![]() |
MCUXpresso SDK API Reference Manual
Rev. 0
NXP Semiconductors
|
Data Structures | |
| struct | panic_data_t |
| panic data structure. More... | |
Macros | |
| #define | PANIC_ENABLE_LOG (1) |
More... | |
Typedefs | |
| typedef uint32_t | panic_id_t |
More... | |
Functions | |
| void | panic (panic_id_t id, uint32_t location, uint32_t extra1, uint32_t extra2) |
More... | |
| struct panic_data_t |
| #define PANIC_ENABLE_LOG (1) |
Public macros
| typedef uint32_t panic_id_t |
Include
Public type definitionspanic id.
| void panic | ( | panic_id_t | id, |
| uint32_t | location, | ||
| uint32_t | extra1, | ||
| uint32_t | extra2 | ||
| ) |
Public prototypes
Panic function.
| id | Panic ID |
| location | location address where the Panic occurred |
| extra1 | extra1 parameter to be stored in Panic structure. |
| extra1 | extra2 parameter to be stored in Panic structure |
| No | return vaule. |