Home
last modified time | relevance | path

Searched refs:INT_AUX_SWEV0 (Results 1 – 3 of 3) sorted by relevance

/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/inc/
Dhw_ints.h63 #define INT_AUX_SWEV0 22 // AUX software event 0 macro
117 #define INT_AON_AUX_SWEV0 INT_AUX_SWEV0
/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/inc/
Dhw_ints.h63 #define INT_AUX_SWEV0 22 // AUX software event 0 macro
117 #define INT_AON_AUX_SWEV0 INT_AUX_SWEV0
/hal_ti-latest/simplelink/kernel/zephyr/dpl/
DHwiP_zephyr.c176 || INT_AUX_SWEV0 == interruptNum in HwiP_construct()
239 case INT_AUX_SWEV0: in HwiP_construct()
243 irq_connect_dynamic(INT_AUX_SWEV0 - 16, priority, sl_isr, &sl_AUX_SWEV0_cb, 0); in HwiP_construct()