Macros |
|
| #define | NRF_FAULT_ID_SDK_ERROR NRF_FAULT_ID_SDK_RANGE_START + 1 |
| #define | NRF_FAULT_ID_SDK_ASSERT NRF_FAULT_ID_SDK_RANGE_START + 2 |
Detailed Description
Macro Definition Documentation
| #define NRF_FAULT_ID_SDK_ASSERT NRF_FAULT_ID_SDK_RANGE_START + 2 |
An error stemming from a call to ASSERT (nrf_assert.h). The info parameter is a pointer to an assert_info_t variable.
| #define NRF_FAULT_ID_SDK_ERROR NRF_FAULT_ID_SDK_RANGE_START + 1 |
An error stemming from a call to APP_ERROR_CHECK or APP_ERROR_CHECK_BOOL . The info parameter is a pointer to an error_info_t variable.