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 nrf_ic_revision_t |
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.