API Reference Manual  1.45.0
odp_time_t Struct Reference

#include <time_types.h>

Data Fields

union {
   uint64_t   u64
 
   uint64_t   nsec
 
   uint64_t   count
 
}; 
 

Detailed Description

Field Documentation

◆ u64

uint64_t odp_time_t::u64

Used with generic 64 bit operations

Definition at line 26 of file api/abi-default/time_types.h.

◆ nsec

uint64_t odp_time_t::nsec

Nanoseconds

Definition at line 29 of file api/abi-default/time_types.h.

◆ count

uint64_t odp_time_t::count

HW timer counter value

Definition at line 32 of file api/abi-default/time_types.h.

◆ 

union { ... }

Variant mappings for time type


The documentation for this struct was generated from the following file: