Home
last modified time | relevance | path

Searched refs:intr_cb (Results 1 – 5 of 5) sorted by relevance

/hal_stm32-latest/lib/stm32wba/STM32_WPAN/link_layer/ll_sys/src/
Dll_sys_intf.c89 void ll_sys_setup_radio_intr(void (*intr_cb)()) in ll_sys_setup_radio_intr() argument
91 LINKLAYER_PLAT_SetupRadioIT(intr_cb); in ll_sys_setup_radio_intr()
100 void ll_sys_setup_radio_sw_low_intr(void (*intr_cb)()) in ll_sys_setup_radio_sw_low_intr() argument
102 LINKLAYER_PLAT_SetupSwLowIT(intr_cb); in ll_sys_setup_radio_sw_low_intr()
/hal_stm32-latest/lib/stm32wba/BLE_TransparentMode/STM32_WPAN/Target/
Dlinklayer_plat.c212 void LINKLAYER_PLAT_SetupRadioIT(void (*intr_cb)()) in LINKLAYER_PLAT_SetupRadioIT() argument
214 radio_callback = intr_cb; in LINKLAYER_PLAT_SetupRadioIT()
224 void LINKLAYER_PLAT_SetupSwLowIT(void (*intr_cb)()) in LINKLAYER_PLAT_SetupSwLowIT() argument
226 low_isr_callback = intr_cb; in LINKLAYER_PLAT_SetupSwLowIT()
/hal_stm32-latest/lib/stm32wba/STM32_WPAN/link_layer/ll_sys/inc/
Dlinklayer_plat.h91 extern void LINKLAYER_PLAT_SetupRadioIT(void (*intr_cb)());
98 extern void LINKLAYER_PLAT_SetupSwLowIT(void (*intr_cb)());
Dll_sys.h69 void ll_sys_setup_radio_intr(void (*intr_cb)());
70 void ll_sys_setup_radio_sw_low_intr(void (*intr_cb)());
/hal_stm32-latest/lib/stm32wba/STM32_WPAN/link_layer/ll_cmd_lib/inc/
Dbsp.h478 int bsp_intr_enable (uint32_t intrNum, void (*intr_cb)(void));
489 int bsp_intr_set_pri(uint32_t intrNum, void (*intr_cb)(void), int32_t intpri);