API Reference Manual  1.45.1
odp_timer_pool_info_t Struct Reference

ODP timer pool information and configuration. More...

#include <timer_types.h>

Collaboration diagram for odp_timer_pool_info_t:
[legend]

Data Fields

odp_timer_pool_param_t param
 Parameters specified at creation.
 
uint32_t cur_timers
 Number of currently allocated timers.
 
uint32_t hwm_timers
 High watermark of allocated timers.
 
const char * name
 Name of timer pool.
 
odp_timer_tick_info_t tick_info
 Timer pool tick information.
 

Detailed Description

ODP timer pool information and configuration.

Examples
odp_sysinfo.c, and odp_timer_perf.c.

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


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