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

Detailed Description

ODP timer pool information and configuration.

Examples
odp_sysinfo.c, and odp_timer_perf.c.

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

Field Documentation

◆ param

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.

◆ cur_timers

uint32_t odp_timer_pool_info_t::cur_timers

Number of currently allocated timers.

Examples
odp_timer_perf.c.

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

◆ hwm_timers

uint32_t odp_timer_pool_info_t::hwm_timers

High watermark of allocated timers.

Examples
odp_timer_perf.c.

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

◆ name

const char* odp_timer_pool_info_t::name

Name of timer pool.

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

◆ tick_info

odp_timer_tick_info_t odp_timer_pool_info_t::tick_info

Timer pool tick information.

Examples
odp_sysinfo.c.

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


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