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

◆ SD_ID_GET

#define SD_ID_GET ( baseaddr)

#include <nrf_sdm.h>

Value:
? (*((uint32_t *) ((baseaddr) + SD_ID_OFFSET))) : SDM_INFO_FIELD_INVALID)
#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 SD_ID_OFFSET
Defines the offset for the SoftDevice ID relative to the SoftDevice base address. The ID is of type u...
Definition nrf_sdm.h:108
#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 actual SoftDevice ID from a given base address.