Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/source/ti/devices/cc23x0r5/inc/
Dhw_ints.h98 #define INT_PRI_LEVEL2 0x00000080 // Priority level 2 value macro
/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/
Dinterrupt.h108 #define INT_PRI_LEVEL2 0x00000040 macro
/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Dinterrupt.h110 #define INT_PRI_LEVEL2 0x00000040 macro
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/hal/cc23x0/
Dhal_cc23x0.c139 hp.priority = INT_PRI_LEVEL2; in hal_init_fsm()
143 hp.priority = INT_PRI_LEVEL2; in hal_init_fsm()
/hal_ti-latest/simplelink_lpf3/kernel/zephyr/dpl/
DHwiP_zephyr.c92 …__ASSERT((INT_PRI_LEVEL0 == priority) || (INT_PRI_LEVEL3 == priority) || (INT_PRI_LEVEL2 == priori… in HwiP_construct()
/hal_ti-latest/simplelink/kernel/zephyr/dpl/
DHwiP_zephyr.c195 (INT_PRI_LEVEL2 == priority) || in HwiP_construct()