BLE_Nano nRF51 Central heart rate

Embed: (wiki syntax)

« Back to documentation index

assert_info_t Struct Reference

assert_info_t Struct Reference
[Common application error handler]

Structure containing info about an error of the type NRF_FAULT_ID_SDK_ASSERT. More...

#include <app_error.h>

Data Fields

uint16_t line_num
 The line number where the error occurred.
uint8_t const * p_file_name
 The file in which the error occurred.

Detailed Description

Structure containing info about an error of the type NRF_FAULT_ID_SDK_ASSERT.

Definition at line 53 of file app_error.h.


Field Documentation

uint16_t line_num

The line number where the error occurred.

Definition at line 55 of file app_error.h.

uint8_t const* p_file_name

The file in which the error occurred.

Definition at line 56 of file app_error.h.