Morse Micro IoT SDK  2.9.7

Detailed Description

Data structure used to store information about a failure that can be preserved across reset.

Definition at line 868 of file mmosal.h.

#include <mmosal.h>

Data Fields

uint32_t pc
 Content of the PC register at assertion. More...
 
uint32_t lr
 Content of the LR register at assertion. More...
 
uint32_t fileid
 File identifier. More...
 
uint32_t line
 Source code line at which the assertion was triggered. More...
 
uint32_t platform_info [4]
 Arbitrary platform-specific failure info. More...
 

Field Documentation

◆ fileid

uint32_t mmosal_failure_info::fileid

File identifier.

Definition at line 875 of file mmosal.h.

◆ line

uint32_t mmosal_failure_info::line

Source code line at which the assertion was triggered.

Definition at line 877 of file mmosal.h.

◆ lr

uint32_t mmosal_failure_info::lr

Content of the LR register at assertion.

Definition at line 873 of file mmosal.h.

◆ pc

uint32_t mmosal_failure_info::pc

Content of the PC register at assertion.

Definition at line 871 of file mmosal.h.

◆ platform_info

uint32_t mmosal_failure_info::platform_info[4]

Arbitrary platform-specific failure info.

Will be zeroes in the case of assertion failure.

Definition at line 880 of file mmosal.h.


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