u_dll library SDK Value data holding structure. 0xE9RRYYXX E9: indicates that the following word(s) are not to be stored to registers but will be used by the SDK SW RR: is an index (Set ID) and can be used for different sets of parameters by the SW application. One Set ID comprises 256 Group IDs. RR = 0xFF is reserved for customer use only. RR = 0x00 will be used for Dialog parameters. RR = 0x01 – 0xEF are reserved for future use of Dialog parameters. YY: indicates that 0xYY amount of words follow. XX: is an index (Group ID) and can be used for different parameters by the SW application.
More...
u_dll library SDK Value data holding structure. 0xE9RRYYXX E9: indicates that the following word(s) are not to be stored to registers but will be used by the SDK SW RR: is an index (Set ID) and can be used for different sets of parameters by the SW application. One Set ID comprises 256 Group IDs. RR = 0xFF is reserved for customer use only. RR = 0x00 will be used for Dialog parameters. RR = 0x01 – 0xEF are reserved for future use of Dialog parameters. YY: indicates that 0xYY amount of words follow. XX: is an index (Group ID) and can be used for different parameters by the SW application.
Group-ID Name Description 0 Reserved Reserved 1–31 Power Domain Contains all register settings which must be re-applied when the power domains are enabled. 32–63 System General data, e.g. BD Address, etc. 64–127 Analog Contains analog settings and preferred values that the SDK will use, e.g. ADC gain and offset values, temp sensor trim data, etc. 128–191 Radio Contains radio settings and preferred values that the radio team or SDK will use, e.g. Trim values for harmonics, LNA, ADPLL, etc. 192–223 Production Test Contains test engineering data, e.g. Chip ID, Package ID, Wafer ID, Timestamps, test program rev., etc. 224-255 Reserved Reserved
Definition at line 435 of file u_dll.h.