Searched refs:radio_tmr_start (Results 1 – 22 of 22) sorted by relevance
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/lll/ |
D | lll_test.c | 268 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()
|
D | lll_central.c | 166 remainder_us = radio_tmr_start(1, ticks_at_start, remainder); in prepare_cb()
|
D | lll_peripheral.c | 192 remainder_us = radio_tmr_start(0, ticks_at_start, remainder); in prepare_cb()
|
D | lll_adv.c | 400 remainder_us = radio_tmr_start(1, ticks_at_start, remainder); in prepare_cb()
|
D | lll_scan.c | 214 remainder_us = radio_tmr_start(0, ticks_at_start, remainder); in prepare_cb()
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/hal/RV32M1/radio/ |
D | radio.h | 70 uint32_t radio_tmr_start(uint8_t trx, uint32_t ticks_start, uint32_t remainder);
|
D | radio.c | 1101 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/ |
D | lll_central.c | 221 remainder_us = radio_tmr_start(1, ticks_at_start, remainder); in prepare_cb()
|
D | lll_test.c | 642 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()
|
D | lll_peripheral.c | 281 remainder_us = radio_tmr_start(0, ticks_at_start, remainder);
|
D | lll_adv_sync.c | 227 start_us = radio_tmr_start(1, ticks_at_start, remainder);
|
D | lll_adv_aux.c | 305 start_us = radio_tmr_start(1, ticks_at_start, remainder); in prepare_cb()
|
D | lll_adv_iso.c | 409 start_us = radio_tmr_start(1U, ticks_at_start, remainder); in prepare_cb_common()
|
D | lll_sync.c | 483 remainder_us = radio_tmr_start(0, ticks_at_start, remainder); in prepare_cb_common()
|
D | lll_adv.c | 1020 start_us = radio_tmr_start(1, ticks_at_start, remainder); in prepare_cb()
|
D | lll_scan.c | 457 remainder_us = radio_tmr_start(0, ticks_at_start, remainder);
|
D | lll_sync_iso.c | 357 remainder_us = radio_tmr_start(0U, ticks_at_start, remainder); in prepare_cb_common()
|
D | lll_central_iso.c | 326 start_us = radio_tmr_start(1U, ticks_at_start, remainder); in prepare_cb()
|
D | lll_scan_aux.c | 554 remainder_us = radio_tmr_start(0, ticks_at_start, remainder); in prepare_cb()
|
D | lll_peripheral_iso.c | 282 start_us = radio_tmr_start(0U, ticks_at_start, remainder); in prepare_cb()
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/ |
D | radio.h | 144 uint32_t radio_tmr_start(uint8_t trx, uint32_t ticks_start, uint32_t remainder);
|
D | radio.c | 1389 uint32_t radio_tmr_start(uint8_t trx, uint32_t ticks_start, uint32_t remainder) in radio_tmr_start() function
|