S145 SoftDevice for nRF54L15/nRF54L10/nRF54L05 API documentation 10.0.0
Loading...
Searching...
No Matches

◆ SD_VERSION_GET

#define SD_VERSION_GET ( baseaddr)

#include <nrf_sdm.h>

Value:
? (*((uint32_t *) ((baseaddr) + SD_VERSION_OFFSET))) : SDM_INFO_FIELD_INVALID)
#define SD_VERSION_OFFSET
Defines the offset for the SoftDevice version relative to the SoftDevice base address in the same for...
Definition nrf_sdm.h:112
#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 actual SoftDevice version from a given base address.