eLooM for STM32 application  v3.3.0
A framework for multitasking low power embedded applications powerd by STM32
Loading...
Searching...
No Matches
SysDefPowerModeHelper.h
Go to the documentation of this file.
1
23#ifndef INCLUDE_SERVICES_SYSDEFPOWERMODEHELPER_H_
24#define INCLUDE_SERVICES_SYSDEFPOWERMODEHELPER_H_
25
26#ifdef __cplusplus
27extern "C" {
28#endif
29
30
33
34
39
44
49
53 SysPowerStatus m_xStatus;
54};
55
56/* Public API declaration */
57/**************************/
58
66
67
68/* Inline functions definition */
69/*******************************/
70
71
72#ifdef __cplusplus
73}
74#endif
75
76#endif /* INCLUDE_SERVICES_SYSDEFPOWERMODEHELPER_H_ */
IAppPowerModeHelper * SysDefPowerModeHelperAlloc(void)
Definition IAppPowerModeHelper_vtbl.h:56
Definition SysDefPowerModeHelper.h:43
IAppPowerModeHelper * super
Definition SysDefPowerModeHelper.h:48