Home
last modified time | relevance | path

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

/nrf52832-nimble/packages/NimBLE-latest/porting/nimble/include/hal/
H A Dhal_timer.h109 uint32_t hal_timer_read(int timer_num);
/nrf52832-nimble/packages/NimBLE-latest/porting/nimble/src/
H A Dos_cputime.c123 cpu_time = hal_timer_read(MYNEWT_VAL(OS_CPUTIME_TIMER_NUM)); in os_cputime_get32()
H A Dhal_timer.c659 hal_timer_read(int timer_num) in hal_timer_read() function
696 until = hal_timer_read(timer_num) + ticks; in hal_timer_delay()
697 while ((int32_t)(hal_timer_read(timer_num) - until) <= 0) { in hal_timer_delay()