Home
last modified time | relevance | path

Searched refs:hal_timer_cb (Results 1 – 4 of 4) sorted by relevance

/nrf52832-nimble/packages/NimBLE-latest/porting/nimble/include/hal/
H A Dhal_timer.h39 typedef void (*hal_timer_cb)(void *arg); typedef
55 hal_timer_cb cb_func;
132 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.c81 os_cputime_timer_init(struct hal_timer *timer, hal_timer_cb fp, void *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()
/nrf52832-nimble/packages/NimBLE-latest/porting/nimble/include/os/
H A Dos_cputime.h190 void os_cputime_timer_init(struct hal_timer *timer, hal_timer_cb fp,