eLooM for STM32 application
v3.3.0
|
Timestamp Driver interface. More...
#include "drivers/IDriver.h"
Go to the source code of this file.
Typedefs | |
typedef struct _ITSDriver_t | ITSDriver_t |
Functions | |
static uint64_t | ITSDrvGetTimeStamp (ITSDriver_t *_this) |
Timestamp Driver interface.
Timestamp driver interface extends the basic IDriver interface with get timestamp operation.
At this level the timestamp is the raw value of the counter of the timer used to implement 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.
typedef struct _ITSDriver_t ITSDriver_t |
Create type name for _ITSDriver_t.
|
inlinestatic |
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. |