![]() |
eLooM for STM32 application
v3.3.0
A framework for multitasking low power embedded applications powerd by STM32
|
#include <syserror.h>
Data Fields | ||
| unsigned long | error_code | |
| struct { | ||
| unsigned int low_level_e: 16 | ||
| unsigned int service_level_e: 16 | ||
| } | type | |
Specifies the format of the global error used by the system to track the last error occurred.
| unsigned long _sys_error_t::error_code |
Field useful to manage the system error.
| unsigned int _sys_error_t::low_level_e |
Specifies the error code for the System Low Level layer.
| unsigned int _sys_error_t::service_level_e |
Specifies the error code for the System Service Level layer.
| struct { ... } _sys_error_t::type |
Defines the sintax of the system error.