Production Line Tool v5.0
The DA1470x Production Line Tool Software Package
Loading...
Searching...
No Matches
Public Attributes | List of all members
__udll_cs_sdk_entry Struct Reference

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...

#include <u_dll.h>

Public Attributes

bool en
 
uint8_t set_id
 
uint8_t group_id
 
uint8_t length
 
uint32_t values [MAX_CS_WORDS_PER_SDK_GROUP]
 

Detailed Description

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.

Member Data Documentation

◆ en

bool __udll_cs_sdk_entry::en

Enable or disable writing the SDK values in Configuration Script.

Definition at line 437 of file u_dll.h.

◆ group_id

uint8_t __udll_cs_sdk_entry::group_id

The SDK group ID. 0xE9RRYYXX - The XX byte.

Definition at line 439 of file u_dll.h.

◆ length

uint8_t __udll_cs_sdk_entry::length

The length of the SDK entries. 0xE9RRYYXX - The YY byte.

Definition at line 440 of file u_dll.h.

◆ set_id

uint8_t __udll_cs_sdk_entry::set_id

The SDK set ID. 0xE9RRYYXX - The RR byte.

Definition at line 438 of file u_dll.h.

◆ values

uint32_t __udll_cs_sdk_entry::values[MAX_CS_WORDS_PER_SDK_GROUP]

One or more 32-bit words, which represent the values of the SDK entries.

Definition at line 441 of file u_dll.h.


The documentation for this struct was generated from the following file: