Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/hal/RV32M1/radio/
Dradio.h71 uint32_t radio_tmr_start_tick(uint8_t trx, uint32_t tick);
Dradio.c1121 uint32_t radio_tmr_start_tick(uint8_t trx, uint32_t tick) in radio_tmr_start_tick() function
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/
Dradio.h145 uint32_t radio_tmr_start_tick(uint8_t trx, uint32_t ticks_start);
Dradio.c1512 uint32_t radio_tmr_start_tick(uint8_t trx, uint32_t ticks_start) in radio_tmr_start_tick() function
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/lll/
Dlll_scan.c551 remainder_us = radio_tmr_start_tick(0, ticks_at_start); in isr_window()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_scan.c945 remainder_us = radio_tmr_start_tick(0, ticks_at_start);