Home
last modified time | relevance | path

Searched refs:hal_timer_set_cb (Results 1 – 3 of 3) sorted by relevance

/nrf52832-nimble/packages/NimBLE-latest/porting/nimble/include/hal/
H A Dhal_timer.h132 int hal_timer_set_cb(int timer_num, struct hal_timer *tmr, hal_timer_cb cb_func,
/nrf52832-nimble/packages/NimBLE-latest/porting/nimble/src/
H A Dos_cputime.c86 hal_timer_set_cb(MYNEWT_VAL(OS_CPUTIME_TIMER_NUM), timer, fp, arg); in os_cputime_timer_init()
H A Dhal_timer.c714 hal_timer_set_cb(int timer_num, struct hal_timer *timer, hal_timer_cb cb_func, in hal_timer_set_cb() function