Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/lll/
Dlll_test.c268 start_us = radio_tmr_start(1, cntr_cnt_get() + CNTR_MIN_DELTA, 0); in ll_test_tx()
310 radio_tmr_start(0, cntr_cnt_get() + CNTR_MIN_DELTA, 0); in ll_test_rx()
Dlll_central.c166 remainder_us = radio_tmr_start(1, ticks_at_start, remainder); in prepare_cb()
Dlll_peripheral.c192 remainder_us = radio_tmr_start(0, ticks_at_start, remainder); in prepare_cb()
Dlll_adv.c400 remainder_us = radio_tmr_start(1, ticks_at_start, remainder); in prepare_cb()
Dlll_scan.c214 remainder_us = radio_tmr_start(0, ticks_at_start, remainder); in prepare_cb()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/hal/RV32M1/radio/
Dradio.h70 uint32_t radio_tmr_start(uint8_t trx, uint32_t ticks_start, uint32_t remainder);
Dradio.c1101 uint32_t radio_tmr_start(uint8_t trx, uint32_t ticks_start, uint32_t remainder) in radio_tmr_start() function
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_central.c221 remainder_us = radio_tmr_start(1, ticks_at_start, remainder); in prepare_cb()
Dlll_test.c642 start_us = radio_tmr_start(1, cntr_cnt_get() + CNTR_MIN_DELTA, 0); in ll_test_tx()
706 radio_tmr_start(0, cntr_cnt_get() + CNTR_MIN_DELTA, 0); in ll_test_rx()
Dlll_peripheral.c281 remainder_us = radio_tmr_start(0, ticks_at_start, remainder);
Dlll_adv_sync.c227 start_us = radio_tmr_start(1, ticks_at_start, remainder);
Dlll_adv_aux.c305 start_us = radio_tmr_start(1, ticks_at_start, remainder); in prepare_cb()
Dlll_adv_iso.c409 start_us = radio_tmr_start(1U, ticks_at_start, remainder); in prepare_cb_common()
Dlll_sync.c483 remainder_us = radio_tmr_start(0, ticks_at_start, remainder); in prepare_cb_common()
Dlll_adv.c1020 start_us = radio_tmr_start(1, ticks_at_start, remainder); in prepare_cb()
Dlll_scan.c457 remainder_us = radio_tmr_start(0, ticks_at_start, remainder);
Dlll_sync_iso.c357 remainder_us = radio_tmr_start(0U, ticks_at_start, remainder); in prepare_cb_common()
Dlll_central_iso.c326 start_us = radio_tmr_start(1U, ticks_at_start, remainder); in prepare_cb()
Dlll_scan_aux.c554 remainder_us = radio_tmr_start(0, ticks_at_start, remainder); in prepare_cb()
Dlll_peripheral_iso.c282 start_us = radio_tmr_start(0U, ticks_at_start, remainder); in prepare_cb()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/
Dradio.h144 uint32_t radio_tmr_start(uint8_t trx, uint32_t ticks_start, uint32_t remainder);
Dradio.c1389 uint32_t radio_tmr_start(uint8_t trx, uint32_t ticks_start, uint32_t remainder) in radio_tmr_start() function