eLooM for STM32 application  v3.3.0
Loading...
Searching...
No Matches
ITSDriver.h
Go to the documentation of this file.
1
28#ifndef ELOOM_INC_DRIVERS_ITSDRIVER_H_
29#define ELOOM_INC_DRIVERS_ITSDRIVER_H_
30
31#ifdef __cplusplus
32extern "C" {
33#endif
34
35
36#include "drivers/IDriver.h"
37
38
43
44
46/***************************/
47
54static inline uint64_t ITSDrvGetTimeStamp(ITSDriver_t *_this);
55
56
58/********************************/
59
60
61#ifdef __cplusplus
62}
63#endif
64
65#endif /* ELOOM_INC_DRIVERS_ITSDRIVER_H_ */
Public API for the Driver Interface.
static uint64_t ITSDrvGetTimeStamp(ITSDriver_t *_this)
Definition ITSDriver_vtbl.h:67
Definition ITSDriver_vtbl.h:55