Data Structures | Macros | Typedefs | Functions | Variables
TimestampP.h File Reference

Detailed Description

Timestamp module for the RTOS Porting Interface.

===========================================================================

Utility functions to get device timestamp


#include <stdint.h>
Include dependency graph for TimestampP.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
 

Macro Definition Documentation

§ TimestampP_Exponent_Seconds

#define TimestampP_Exponent_Seconds   0

§ TimestampP_Exponent_Miliseconds

#define TimestampP_Exponent_Miliseconds   3

§ TimestampP_Exponent_Microseconds

#define TimestampP_Exponent_Microseconds   6

§ TimestampP_Exponent_Nanoseconds

#define TimestampP_Exponent_Nanoseconds   9

Typedef Documentation

§ TimestampP_Format

Function Documentation

§ TimestampP_getNative32()

uint32_t TimestampP_getNative32 ( void  )

§ TimestampP_getNative64()

uint64_t TimestampP_getNative64 ( void  )

Variable Documentation

§ TimestampP_nativeFormat64

const TimestampP_Format TimestampP_nativeFormat64

§ TimestampP_nativeFormat32

const TimestampP_Format TimestampP_nativeFormat32
© Copyright 1995-2024, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale