nRF51 SDK
|
Functions | |
void | gzp_host_chip_id_read (uint8_t *dst, uint8_t n) |
void gzp_host_chip_id_read | ( | uint8_t * | dst, |
uint8_t | n | ||
) |
Function for reading the Chip ID from non-volatile memory.
The chip ID is used for the system address.
If the Chip ID is not yet created a random Chip ID is created and written to non-volatile memory. Note that the term chip ID is used as the factory programmed chip sequence number was used for the system address in nRF24LU ICs.
dst | Address to copy Host ID to. | |
[in] | n | Number of bytes in the Host ID. |