eLooM for STM32 application  v3.3.0
A framework for multitasking low power embedded applications powerd by STM32
Loading...
Searching...
No Matches
SwTSDriver_vtbl.h File Reference

Virtual functions implemented by the driver. 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 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)
 

Detailed Description

Virtual functions implemented by the driver.

Author
STMicroelectronics - AIS - MCD Team
Version
4.0.0
Date
Mar 21, 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

◆ SwTSDriver_vtblDoEnterPowerMode()

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

◆ SwTSDriver_vtblGetTimestamp()

uint64_t SwTSDriver_vtblGetTimestamp ( ITSDriver_t _this)

◆ SwTSDriver_vtblInit()

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

◆ SwTSDriver_vtblReset()

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

◆ SwTSDriver_vtblStart()

sys_error_code_t SwTSDriver_vtblStart ( IDriver _this)
See also
IDrvStart

◆ SwTSDriver_vtblStop()

sys_error_code_t SwTSDriver_vtblStop ( IDriver _this)
See also
IDrvStop