eLooM for STM32 application  v3.3.0
Loading...
Searching...
No Matches
SwTSDriver_vtbl.h
Go to the documentation of this file.
1
22#ifndef ELOOM_INC_DRIVERS_SWTSDRIVER_VTBL_H_
23#define ELOOM_INC_DRIVERS_SWTSDRIVER_VTBL_H_
24
25#ifdef __cplusplus
26extern "C" {
27#endif
28
29
34
39
44
49sys_error_code_t SwTSDriver_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_SWTSDRIVER_VTBL_H_ */
uint64_t SwTSDriver_vtblGetTimestamp(ITSDriver_t *_this)
sys_error_code_t SwTSDriver_vtblReset(IDriver *_this, void *p_params)
sys_error_code_t SwTSDriver_vtblDoEnterPowerMode(IDriver *_this, const EPowerMode active_power_mode, const EPowerMode new_power_mode)
sys_error_code_t SwTSDriver_vtblStop(IDriver *_this)
sys_error_code_t SwTSDriver_vtblInit(IDriver *_this, void *p_params)
sys_error_code_t SwTSDriver_vtblStart(IDriver *_this)
Definition IDriver_vtbl.h:49
Definition ITSDriver_vtbl.h:55
uint16_t sys_error_code_t
Definition syserror.h:41