nRF5 SDK v12.1.0
Data Fields
nrf_ic_info_t Struct Reference

IC information struct containing the IC revision, RAM size, and FLASH size. More...

#include <nrf_ic_info.h>

Data Fields

nrf_ic_revision_t ic_revision
 
uint16_t ram_size
 
uint16_t flash_size
 

Detailed Description

IC information struct containing the IC revision, RAM size, and FLASH size.

Field Documentation

uint16_t nrf_ic_info_t::flash_size

FLASH size in kB (256 = 256 kB FLASH).

nrf_ic_revision_t nrf_ic_info_t::ic_revision

IC revision.

uint16_t nrf_ic_info_t::ram_size

RAM size in kB (16 = 16 kB RAM).


The documentation for this struct was generated from the following file:

Documentation feedback | Developer Zone | Subscribe | Updated