S145 SoftDevice for nRF54LS05 API documentation 10.0.0
Loading...
Searching...
No Matches

◆ SD_UNIQUE_STR_ADDR_GET

#define SD_UNIQUE_STR_ADDR_GET ( baseaddr)

#include <nrf_sdm.h>

Value:
? (((uint8_t *) ((baseaddr) + SD_UNIQUE_STR_OFFSET))) : SDM_INFO_FIELD_INVALID)
#define SD_UNIQUE_STR_OFFSET
Defines the offset for the SoftDevice unique string relative to the SoftDevice base address....
Definition nrf_sdm.h:117
#define SD_INFO_STRUCT_SIZE_GET(baseaddr)
Defines a macro for retrieving the actual SoftDevice Information Structure size value from a given ba...
Definition nrf_sdm.h:121
#define SOFTDEVICE_INFO_STRUCT_OFFSET
Defines the SoftDevice Information Structure location (address) as an offset from the start of the So...
Definition nrf_sdm.h:92
#define SDM_INFO_FIELD_INVALID
Invalid info field. Returned when an info field does not exist.
Definition nrf_sdm.h:88

Defines a macro for retrieving the address of SoftDevice unique str based on a given base address.