BLE_Nano nRF51 Central heart rate

Embed: (wiki syntax)

« Back to documentation index

app_error.h File Reference

app_error.h File Reference

Go to the source code of this file.

Data Structures

struct  error_info_t
 Structure containing info about an error of the type NRF_FAULT_ID_SDK_ERROR. More...
struct  assert_info_t
 Structure containing info about an error of the type NRF_FAULT_ID_SDK_ASSERT. More...

Functions

void app_error_handler (uint32_t error_code, uint32_t line_num, const uint8_t *p_file_name)
 Function for error handling, which is called when an error has occurred.
void app_error_handler_bare (ret_code_t error_code)
 Function for error handling, which is called when an error has occurred.
void app_error_save_and_stop (uint32_t id, uint32_t pc, uint32_t info)
 Function for saving the parameters and entering an eternal loop, for debug purposes.
static __INLINE void app_error_log (uint32_t id, uint32_t pc, uint32_t info)
 Function for printing all error info (using nrf_log).
static __INLINE void app_error_print (uint32_t id, uint32_t pc, uint32_t info)
 Function for printing all error info (using printf).

Detailed Description

Definition in file app_error.h.