nRF5 SDK v16.0.0
Data Fields
assert_info_t Struct Reference

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
 
uint8_t const * p_file_name
 

Detailed Description

Structure containing info about an error of the type NRF_FAULT_ID_SDK_ASSERT.

Field Documentation

uint16_t assert_info_t::line_num

The line number where the error occurred.

uint8_t const* assert_info_t::p_file_name

The file in which the error occurred.


The documentation for this struct was generated from the following file:

Documentation feedback | Developer Zone | Subscribe | Updated