nrfxlib API 2.8.99
|
bool nrf_gzll_set_tick_timer | ( | uint32_t | num_ticks, |
nrf_gzll_tick_timer_expired_callback | callback ) |
#include <gzll/include/nrf_gzll.h>
Set a timeslot tick timer.
num_ticks | Number of timeslot ticks. |
callback | Callback function when timer expires. |
true | If the timer was set. |
false | If the number of ticks is not zero but the callback was NULL. |