nrfxlib API 2.8.99
Loading...
Searching...
No Matches

◆ nrf_gzll_set_tick_timer()

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.

Parameters
num_ticksNumber of timeslot ticks.
callbackCallback function when timer expires.
Return values
trueIf the timer was set.
falseIf the number of ticks is not zero but the callback was NULL.