Choco OS
V.0.16.9.0
Join to the chocolate world
|
Module that handles system exceptions. More...
Functions | |
oC_ErrorCode_t | oC_ExcHan_TurnOn (void) |
turns on exception handler | |
oC_ErrorCode_t | oC_ExcHan_TurnOff (void) |
turns off exception handler | |
void | oC_ExcHan_PrintLoggedEvents (void) |
prints logged events in the STD out More... | |
void | oC_ExcHan_LogEvent (const char *Name, char *AdditionalInfo, void *Stack, oC_Thread_t Thread, oC_ExcHan_ExceptionType_t Type) |
logs system event | |
oC_ErrorCode_t | oC_ExcHan_RunDaemon (void) |
starts daemon of the Exception Handler More... | |
void oC_ExcHan_PrintLoggedEvents | ( | void | ) |
The function is called periodically in the IDLE task to print logged events
Definition at line 206 of file oc_exchan.c.
oC_ErrorCode_t oC_ExcHan_RunDaemon | ( | void | ) |
The daemon prints logs with the highest system priority
Definition at line 362 of file oc_exchan.c.