Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/bluetooth/controller/ll_sw/openisa/hal/RV32M1/radio/
Dradio.h44 void *radio_pkt_empty_get(void);
Dradio.c918 void *radio_pkt_empty_get(void) in radio_pkt_empty_get() function
/Zephyr-Core-3.7.0/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_conn.c757 p = (void *)radio_pkt_empty_get();
935 pdu_data_tx = (void *)radio_pkt_empty_get();
1063 p = (void *)radio_pkt_empty_get();
1139 p = radio_pkt_empty_get();
Dlll_central_iso.c209 pdu_tx = radio_pkt_empty_get(); in prepare_cb()
253 pdu_tx = radio_pkt_empty_get(); in prepare_cb()
950 pdu_tx = radio_pkt_empty_get(); in isr_prepare_subevent()
981 pdu_tx = radio_pkt_empty_get(); in isr_prepare_subevent()
Dlll_adv_iso.c296 pdu = radio_pkt_empty_get(); in prepare_cb_common()
652 pdu = radio_pkt_empty_get(); in isr_tx_common()
Dlll_peripheral_iso.c644 pdu_tx = radio_pkt_empty_get(); in isr_rx()
674 pdu_tx = radio_pkt_empty_get(); in isr_rx()
/Zephyr-Core-3.7.0/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/
Dradio.h94 void *radio_pkt_empty_get(void);
Dradio.c671 void *radio_pkt_empty_get(void) in radio_pkt_empty_get() function
/Zephyr-Core-3.7.0/subsys/bluetooth/controller/ll_sw/openisa/lll/
Dlll_conn.c782 p = (void *)radio_pkt_empty_get(); in empty_tx_enqueue()