eLooM for STM32 application  v3.3.0
A framework for multitasking low power embedded applications powerd by STM32
Loading...
Searching...
No Matches
HwTSDriver_vtbl.h
Go to the documentation of this file.
1
22#ifndef ELOOM_INC_DRIVERS_HWTSDRIVER_VTBL_H_
23#define ELOOM_INC_DRIVERS_HWTSDRIVER_VTBL_H_
24
25#ifdef __cplusplus
26extern "C" {
27#endif
28
29
34
39
44
49sys_error_code_t HwTSDriver_vtblDoEnterPowerMode(IDriver *_this, const EPowerMode active_power_mode, const EPowerMode new_power_mode);
50
55
60
61#ifdef __cplusplus
62}
63#endif
64
65#endif /* ELOOM_INC_DRIVERS_HWTSDRIVER_VTBL_H_ */
sys_error_code_t HwTSDriver_vtblStart(IDriver *_this)
sys_error_code_t HwTSDriver_vtblDoEnterPowerMode(IDriver *_this, const EPowerMode active_power_mode, const EPowerMode new_power_mode)
uint64_t HwTSDriver_vtblGetTimestamp(ITSDriver_t *_this)
sys_error_code_t HwTSDriver_vtblReset(IDriver *_this, void *p_params)
sys_error_code_t HwTSDriver_vtblInit(IDriver *_this, void *p_params)
sys_error_code_t HwTSDriver_vtblStop(IDriver *_this)
Definition IDriver_vtbl.h:49
Definition ITSDriver_vtbl.h:55
uint16_t sys_error_code_t
Definition syserror.h:41