Searched refs:hal_timer_cb (Results 1 – 4 of 4) sorted by relevance
/nrf52832-nimble/packages/NimBLE-latest/porting/nimble/include/hal/ |
H A D | hal_timer.h | 39 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 D | os_cputime.c | 81 os_cputime_timer_init(struct hal_timer *timer, hal_timer_cb fp, void *arg) in os_cputime_timer_init()
|
H A D | hal_timer.c | 714 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 D | os_cputime.h | 190 void os_cputime_timer_init(struct hal_timer *timer, hal_timer_cb fp,
|