15#ifndef NRF_SDH_INFO_H__
16#define NRF_SDH_INFO_H__
58 char str[2 * SD_UNIQUE_STR_SIZE + 1];
struct nrf_sdh_info_unique_str nrf_sdh_info_unique_str_get(uint32_t sd_base_addr)
Get the unique string stored in the SoftDevice information structure.
struct nrf_sdh_info_version nrf_sdh_info_version_get(uint32_t sd_base_addr)
Get version information stored in the SoftDevice information structure.
char str[2 *SD_UNIQUE_STR_SIZE+1]
SoftDevice unique string (sd_unique_str) in string format.
Definition nrf_sdh_info.h:58
SoftDevice unique string.
Definition nrf_sdh_info.h:54
uint16_t major
SoftDevice major version (sd_version).
Definition nrf_sdh_info.h:32
uint16_t id
SoftDevice ID (sd_id).
Definition nrf_sdh_info.h:44
uint16_t bugfix
SoftDevice bugfix version (sd_version).
Definition nrf_sdh_info.h:40
uint16_t fwid
SoftDevice firmware ID (firmware_id).
Definition nrf_sdh_info.h:48
uint16_t minor
SoftDevice minor version (sd_version).
Definition nrf_sdh_info.h:36
SoftDevice version info.
Definition nrf_sdh_info.h:28