|
API Reference Manual 1.51.0
|
ODP timer pool information and configuration. More...
#include <timer_types.h>
Data Fields | |
| odp_timer_pool_param_t | param |
| Timer pool parameters. | |
| 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. | |
ODP timer pool information and configuration.
Definition at line 796 of file api/spec/timer_types.h.
| odp_timer_pool_param_t odp_timer_pool_info_t::param |
Timer pool parameters.
Parameters specified for the pool at creation. Parameter values unused by a particular timer pool type are undefined.
In case of ODP_TIMER_TYPE_PERIODIC_FREQ, odp_timer_pool_param_t::periodic::freq::freq_hz points to an implementation-specific array containing read-only values that were passed at creation time. The array is accessible until the timer pool is destroyed.
Definition at line 806 of file api/spec/timer_types.h.
| uint32_t odp_timer_pool_info_t::cur_timers |
Number of currently allocated timers.
Definition at line 809 of file api/spec/timer_types.h.
| uint32_t odp_timer_pool_info_t::hwm_timers |
High watermark of allocated timers.
Definition at line 812 of file api/spec/timer_types.h.
| const char* odp_timer_pool_info_t::name |
Name of timer pool.
Definition at line 815 of file api/spec/timer_types.h.
| odp_timer_tick_info_t odp_timer_pool_info_t::tick_info |
Timer pool tick information.
Definition at line 818 of file api/spec/timer_types.h.