API Reference Manual 1.51.0
Loading...
Searching...
No Matches
odp_time_s 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_s::u64

Used with generic 64 bit operations

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

◆ nsec

uint64_t odp_time_s::nsec

Nanoseconds

Examples
odp_packet_gen.c.

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

◆ count

uint64_t odp_time_s::count

HW timer counter value

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

◆ [union]

union { ... } odp_time_s

Variant mappings for time type


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