odp icon indicating copy to clipboard operation
odp copied to clipboard

[PATCH v2] api: timer: require an array of timeout events in odp_timer_periodic_start()

Open JereLeppanen opened this issue 1 year ago • 1 comments

With a periodic timer, require application to provide an array of timeout events in odp_timer_periodic_start(). Add a new API function odp_timer_periodic_events(), which returns the number of events.

JereLeppanen avatar Dec 08 '23 12:12 JereLeppanen