![]() |
nRF5 SDK
v12.3.0
|
| Choose documentation: | nRF5 SDK | S130 SoftDevice API | S132 SoftDevice API | S212 SoftDevice API | S332 SoftDevice API |
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... | |
Library for checking IC information (IC revision, RAM size, FLASH size).
| enum nrf_ic_revision_t |
| 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.
| [out] | p_ic_info | Struct containing IC revision, RAM size, and FLASH size. |