Home
last modified time | relevance | path

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

/nrf52832-nimble/packages/NimBLE-latest/porting/nimble/src/
H A Dhal_timer.c57 struct nrf52_hal_timer { struct
70 struct nrf52_hal_timer nrf52_hal_timer0; argument
73 struct nrf52_hal_timer nrf52_hal_timer1;
76 struct nrf52_hal_timer nrf52_hal_timer2;
79 struct nrf52_hal_timer nrf52_hal_timer3;
82 struct nrf52_hal_timer nrf52_hal_timer4;
85 struct nrf52_hal_timer nrf52_hal_timer5;
88 static const struct nrf52_hal_timer *nrf52_hal_timers[NRF52_HAL_TIMER_MAX] = {
127 (__v) = (struct nrf52_hal_timer *) nrf52_hal_timers[(__n)]; \
158 nrf_timer_set_ocmp(struct nrf52_hal_timer *bsptimer, uint32_t expiry) in nrf_timer_set_ocmp()
[all …]