IC information

nRF5 SDK v12.1.0

Library for checking IC information (IC revision, RAM size, FLASH size). More...

Data Structures

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

Enumerations

enum nrf_ic_revision_t {
IC_PART_UNKNOWN = 0,
IC_REVISION_NRF51_REV1 ,
IC_REVISION_NRF51_REV2 ,
IC_REVISION_NRF51_REV3 ,
IC_REVISION_NRF51_UNKNOWN
}
Enum identifying the IC revision as described in the Compatibility Matrix. More...

Functions

void nrf_ic_info_get ( nrf_ic_info_t *p_ic_info)
Function for returning information about the IC revision, the RAM size, and the FLASH size. More...

Detailed Description

Library for checking IC information (IC revision, RAM size, FLASH size).

Enumeration Type Documentation

Enum identifying the IC revision as described in the Compatibility Matrix.

Enumerator
IC_PART_UNKNOWN

IC Revision unknown.

IC_REVISION_NRF51_REV1

IC Revision 1.

IC_REVISION_NRF51_REV2

IC Revision 2.

IC_REVISION_NRF51_REV3

IC Revision 3.

IC_REVISION_NRF51_UNKNOWN

IC Revision unknown.

Function Documentation

void nrf_ic_info_get ( nrf_ic_info_t * p_ic_info )

Function for returning information about the IC revision, the RAM size, and the FLASH size.

Parameters
[out] p_ic_info Struct containing IC revision, RAM size, and FLASH size.