Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/hal/RV32M1/radio/
Dradio.h13 void isr_radio(void *arg);
Dradio.c313 void isr_radio(void *arg) in isr_radio() function
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/
Dradio.h59 void isr_radio(void);
Dradio.c148 void isr_radio(void) in isr_radio() function
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/lll/
Dlll.c141 IRQ_CONNECT(LL_RADIO_IRQn, CONFIG_BT_CTLR_LLL_PRIO, isr_radio, NULL, 0); in lll_init()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll.c104 isr_radio(); in radio_nrf5_isr()