API Reference Manual 1.51.0
Loading...
Searching...
No Matches
odp_timer_res_capability_t Struct Reference

Timer resolution capability. More...

#include <timer_types.h>

Data Fields

uint64_t res_ns
 Timeout resolution in nanoseconds.
 
uint64_t res_hz
 Timeout resolution in hertz.
 
uint64_t min_tmo
 Minimum relative timeout in nanoseconds.
 
uint64_t max_tmo
 Maximum relative timeout in nanoseconds.
 

Detailed Description

Timer resolution capability.

Examples
odp_debug.c, odp_stress.c, odp_timer_perf.c, and odp_timer_stress.c.

Definition at line 88 of file api/spec/timer_types.h.

Field Documentation

◆ res_ns

uint64_t odp_timer_res_capability_t::res_ns

Timeout resolution in nanoseconds.

Examples
odp_bench_timer.c, odp_debug.c, odp_stress.c, odp_sysinfo.c, odp_timer_accuracy.c, and odp_timer_perf.c.

Definition at line 90 of file api/spec/timer_types.h.

◆ res_hz

uint64_t odp_timer_res_capability_t::res_hz

Timeout resolution in hertz.

Examples
odp_sysinfo.c, and odp_timer_accuracy.c.

Definition at line 93 of file api/spec/timer_types.h.

◆ min_tmo

uint64_t odp_timer_res_capability_t::min_tmo

Minimum relative timeout in nanoseconds.

Examples
odp_bench_timer.c, odp_sysinfo.c, and odp_timer_perf.c.

Definition at line 96 of file api/spec/timer_types.h.

◆ max_tmo

uint64_t odp_timer_res_capability_t::max_tmo

Maximum relative timeout in nanoseconds.

Examples
odp_bench_timer.c, odp_debug.c, odp_stress.c, odp_sysinfo.c, and odp_timer_perf.c.

Definition at line 99 of file api/spec/timer_types.h.


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