eLooM for STM32 application
v3.3.0
|
Private API for the Timestamp Driver Interface. More...
#include "drivers/IDriver_vtbl.h"
Go to the source code of this file.
Data Structures | |
struct | _ITSDriver_vtbl |
struct | _ITSDriver_t |
Typedefs | |
typedef struct _ITSDriver_vtbl | ITSDriver_vtbl |
Functions | |
SYS_DEFINE_STATIC_INLINE uint64_t | ITSDrvGetTimeStamp (ITSDriver_t *_this) |
Private API for the Timestamp Driver Interface.
This header file must be included included in all source files that use the ITSDriver public API.
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.
typedef struct _ITSDriver_vtbl ITSDriver_vtbl |
Create type name for _ITSDriver_vtbl.
|
inline |
Public API declaration Get the raw value of the counter of the timer used to implement the driver.
_this | [IN] specifies a pointer to a ITSDriver_t object. |