MfgTokens#
Functions#
Function for initializing manufacturing module.
Function for setting the manufacturing token data.
Function for Getting the manufacturing token data.
Wrapper function for getting the manufacturing "country freq" token.
Writes Rf Region to manufacturing token.
Lock manufacturing token storage.
Macros#
Function Documentation#
ZW_MfgTokenModuleInit#
void ZW_MfgTokenModuleInit (void )
Function for initializing manufacturing module.
Type | Direction | Argument Name | Description |
---|---|---|---|
void | N/A |
ZW_SetMfgTokenData#
void ZW_SetMfgTokenData (uint16_t token, void * data, uint8_t len)
Function for setting the manufacturing token data.
Type | Direction | Argument Name | Description |
---|---|---|---|
uint16_t | [in] | token | Token to be set |
void * | [in] | data | Pointer to object data to write |
uint8_t | [in] | len | Size of object to write in bytes |
ZW_GetMfgTokenData#
void ZW_GetMfgTokenData (void * data, uint16_t token, uint8_t len)
Function for Getting the manufacturing token data.
Type | Direction | Argument Name | Description |
---|---|---|---|
void * | [out] | data | Pointer to object data where the value will be written to. |
uint16_t | [in] | token | Type of the token to get |
uint8_t | [in] | len | Size of output object |
ZW_GetMfgTokenDataCountryFreq#
void ZW_GetMfgTokenDataCountryFreq (void * data)
Wrapper function for getting the manufacturing "country freq" token.
Type | Direction | Argument Name | Description |
---|---|---|---|
void * | [out] | data | Country frequency token |
ZW_SetMfgTokenDataCountryRegion#
void ZW_SetMfgTokenDataCountryRegion (void * region)
Writes Rf Region to manufacturing token.
Type | Direction | Argument Name | Description |
---|---|---|---|
void * | [in] | region | Region to write |
ZW_LockMfgTokenData#
void ZW_LockMfgTokenData (void )
Lock manufacturing token storage.
Type | Direction | Argument Name | Description |
---|---|---|---|
void | N/A |