Home
last modified time | relevance | path

Searched refs:INT_PRI_LEVEL7 (Results 1 – 8 of 8) sorted by relevance

/hal_ti-latest/simplelink/kernel/zephyr/dpl/
Dconfig.c17 .hwiPriority = INT_PRI_LEVEL7, // Lowest HWI priority: INT_PRI_LEVEL7
DHwiP_zephyr.c156 uint8_t priority = INT_PRI_LEVEL7; /* default to lowest priority */ in HwiP_construct()
190 __ASSERT((INT_PRI_LEVEL7 == priority) || in HwiP_construct()
202 priority = INT_PRI_LEVEL7; in HwiP_construct()
DSwiP_zephyr.c15 #define INT_PRI_LEVEL7 0xe0 macro
110 hwiParams.priority = INT_PRI_LEVEL7; // use the lowest priority in SwiP_construct()
/hal_ti-latest/simplelink_lpf3/kernel/zephyr/dpl/
DSwiP_zephyr.c15 #define INT_PRI_LEVEL7 0x000000C0 macro
119 hwiParams.priority = INT_PRI_LEVEL7; // use the lowest priority in SwiP_construct()
/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/
Dinterrupt.h113 #define INT_PRI_LEVEL7 0x000000E0 macro
Dinterrupt.c250 ASSERT(ui8Priority <= INT_PRI_LEVEL7); in IntPrioritySet()
/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Dinterrupt.h115 #define INT_PRI_LEVEL7 0x000000E0 macro
Dinterrupt.c252 ASSERT(ui8Priority <= INT_PRI_LEVEL7); in IntPrioritySet()