|
API Reference Manual
1.49.0
|
Periodic timer start parameters. More...
#include <timer_types.h>
Data Fields | |
| uint64_t | first_tick |
| First expiration time. More... | |
Periodic timer start parameters.
Definition at line 546 of file api/spec/timer_types.h.
| uint64_t odp_timer_periodic_start_t::first_tick |
First expiration time.
The first expiration time in absolute timer ticks. When zero, the first expiration time is one period after the current time, or as close to that as the implementation can achieve. After the first expiration, timer expiration continues with the defined frequency. The tick value must be less than one timer period after the current time.
Definition at line 554 of file api/spec/timer_types.h.