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 File Reference


More...

+ This graph shows which files directly or indirectly include this file:

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)
 

Detailed Description


Author
STMicroelectronics - AIS - MCD Team
Version
M.m.b
Date
Mar 15, 2022
Attention

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.

Function Documentation

◆ HwTSDriver_vtblDoEnterPowerMode()

sys_error_code_t HwTSDriver_vtblDoEnterPowerMode ( IDriver _this,
const EPowerMode  active_power_mode,
const EPowerMode  new_power_mode 
)

◆ HwTSDriver_vtblGetTimestamp()

uint64_t HwTSDriver_vtblGetTimestamp ( ITSDriver_t _this)

◆ HwTSDriver_vtblInit()

sys_error_code_t HwTSDriver_vtblInit ( IDriver _this,
void *  p_params 
)
See also
IDrvInit

◆ HwTSDriver_vtblReset()

sys_error_code_t HwTSDriver_vtblReset ( IDriver _this,
void *  p_params 
)
See also
IDrvReset

◆ HwTSDriver_vtblStart()

sys_error_code_t HwTSDriver_vtblStart ( IDriver _this)
See also
IDrvStart

◆ HwTSDriver_vtblStop()

sys_error_code_t HwTSDriver_vtblStop ( IDriver _this)
See also
IDrvStop