eLooM for STM32 application
v3.3.0
A framework for multitasking low power embedded applications powerd by STM32
|
Virtual functions implemented by the driver. More...
Go to the source code of this file.
Functions | |
sys_error_code_t | SwTSDriver_vtblInit (IDriver *_this, void *p_params) |
sys_error_code_t | SwTSDriver_vtblStart (IDriver *_this) |
sys_error_code_t | SwTSDriver_vtblStop (IDriver *_this) |
sys_error_code_t | SwTSDriver_vtblDoEnterPowerMode (IDriver *_this, const EPowerMode active_power_mode, const EPowerMode new_power_mode) |
sys_error_code_t | SwTSDriver_vtblReset (IDriver *_this, void *p_params) |
uint64_t | SwTSDriver_vtblGetTimestamp (ITSDriver_t *_this) |
Virtual functions implemented by the driver.
Copyright (c) 2022 STMicroelectronics. All rights reserved.
This software is licensed under terms that can be found in the LICENSE file in the root directory of this software component. If no LICENSE file comes with this software, it is provided AS-IS.
sys_error_code_t SwTSDriver_vtblDoEnterPowerMode | ( | IDriver * | _this, |
const EPowerMode | active_power_mode, | ||
const EPowerMode | new_power_mode | ||
) |
uint64_t SwTSDriver_vtblGetTimestamp | ( | ITSDriver_t * | _this | ) |
sys_error_code_t SwTSDriver_vtblInit | ( | IDriver * | _this, |
void * | p_params | ||
) |
sys_error_code_t SwTSDriver_vtblReset | ( | IDriver * | _this, |
void * | p_params | ||
) |
sys_error_code_t SwTSDriver_vtblStart | ( | IDriver * | _this | ) |
sys_error_code_t SwTSDriver_vtblStop | ( | IDriver * | _this | ) |