eLooM for STM32 application
v3.3.0
|
Go to the source code of this file.
Functions | |
sys_error_code_t | HwTSDriver_vtblInit (IDriver *_this, void *p_params) |
sys_error_code_t | HwTSDriver_vtblStart (IDriver *_this) |
sys_error_code_t | HwTSDriver_vtblStop (IDriver *_this) |
sys_error_code_t | HwTSDriver_vtblDoEnterPowerMode (IDriver *_this, const EPowerMode active_power_mode, const EPowerMode new_power_mode) |
sys_error_code_t | HwTSDriver_vtblReset (IDriver *_this, void *p_params) |
uint64_t | HwTSDriver_vtblGetTimestamp (ITSDriver_t *_this) |
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 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_vtblInit | ( | IDriver * | _this, |
void * | p_params | ||
) |
sys_error_code_t HwTSDriver_vtblReset | ( | IDriver * | _this, |
void * | p_params | ||
) |
sys_error_code_t HwTSDriver_vtblStart | ( | IDriver * | _this | ) |
sys_error_code_t HwTSDriver_vtblStop | ( | IDriver * | _this | ) |