eLooM for STM32 application  v3.3.0
Loading...
Searching...
No Matches
Data Fields
_sys_error_t Union Reference

#include <syserror.h>

Data Fields

unsigned long error_code
 
struct { 
 
   unsigned int   low_level_e: 16 
 
   unsigned int   service_level_e: 16 
 
type 
 

Detailed Description

Specifies the format of the global error used by the system to track the last error occurred.

Field Documentation

◆ error_code

unsigned long _sys_error_t::error_code

Field useful to manage the system error.

◆ low_level_e

unsigned int _sys_error_t::low_level_e

Specifies the error code for the System Low Level layer.

◆ service_level_e

unsigned int _sys_error_t::service_level_e

Specifies the error code for the System Service Level layer.

◆ [struct]

struct { ... } _sys_error_t::type

Defines the sintax of the system error.


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