![]() |
![]() |
Timestamp module for the RTOS Porting Interface.
===========================================================================
Utility functions to get device timestamp
#include <stdint.h>
Go to the source code of this file.
Data Structures | |
| union | TimestampP_Format |
Macros | |
| #define | TimestampP_Exponent_Seconds 0 |
| #define | TimestampP_Exponent_Miliseconds 3 |
| #define | TimestampP_Exponent_Microseconds 6 |
| #define | TimestampP_Exponent_Nanoseconds 9 |
Typedefs | |
| typedef union TimestampP_Format | TimestampP_Format |
Functions | |
| uint32_t | TimestampP_getNative32 (void) |
| uint64_t | TimestampP_getNative64 (void) |
Variables | |
| const TimestampP_Format | TimestampP_nativeFormat64 |
| const TimestampP_Format | TimestampP_nativeFormat32 |
| #define TimestampP_Exponent_Seconds 0 |
| #define TimestampP_Exponent_Miliseconds 3 |
| #define TimestampP_Exponent_Microseconds 6 |
| #define TimestampP_Exponent_Nanoseconds 9 |
| typedef union TimestampP_Format TimestampP_Format |
| uint32_t TimestampP_getNative32 | ( | void | ) |
| uint64_t TimestampP_getNative64 | ( | void | ) |
| const TimestampP_Format TimestampP_nativeFormat64 |
| const TimestampP_Format TimestampP_nativeFormat32 |