eLooM for STM32 application
v3.3.0
A framework for multitasking low power embedded applications powerd by STM32
|
#include <sysevent.h>
Data Fields | |
uint32_t | nSource: 3 |
uint32_t | nParam: 5 |
uint32_t | reserved: 23 |
uint32_t | nEventType: 1 |
Specifies the semantics of the bit field of a system event.
uint32_t _SysEvent::Event::nEventType |
Specifies the type of the system event. For an error event it must be set to 1.
uint32_t _SysEvent::Event::nParam |
Specifies the event parameter.
uint32_t _SysEvent::Event::nSource |
Specifies the source of the event.
uint32_t _SysEvent::Event::reserved |
reserved. It must be zero.