mirror of
https://github.com/radio95-rnt/rds95.git
synced 2026-02-27 04:43:52 +01:00
add user defined groups for rds2
This commit is contained in:
@@ -101,10 +101,15 @@ typedef struct {
|
||||
|
||||
uint8_t udg1_len : 4;
|
||||
uint8_t udg2_len : 4;
|
||||
uint8_t udg1_len_rds2 : 4;
|
||||
uint8_t udg2_len_rds2 : 4;
|
||||
|
||||
uint16_t udg1[8][3];
|
||||
uint16_t udg2[8][3];
|
||||
|
||||
uint16_t udg1_rds2[8][4];
|
||||
uint16_t udg2_rds2[8][4];
|
||||
|
||||
RDSEON eon[4];
|
||||
} RDSData;
|
||||
typedef struct {
|
||||
@@ -153,6 +158,7 @@ typedef struct {
|
||||
uint8_t data_ecc : 1;
|
||||
uint8_t grp_seq_idx[4];
|
||||
uint8_t udg_idxs[2];
|
||||
uint8_t udg_idxs_rds2[2];
|
||||
|
||||
uint8_t fasttuning_state : 3;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user