Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/source/ti/devices/cc23x0r5/driverlib/
Dinterrupt.c178 ipr |= (priority & INT_PRIORITY_MASK) << shift; in IntSetPriority()
206 return ((SCB->SHP[index - 2] >> (8 * (intNum & 3))) & INT_PRIORITY_MASK); in IntGetPriority()
213 return ((NVIC->IP[index - 4] >> (8 * (intNum & 3))) & INT_PRIORITY_MASK); in IntGetPriority()
/hal_ti-latest/simplelink_lpf3/source/ti/devices/cc23x0r5/inc/
Dhw_ints.h100 #define INT_PRIORITY_MASK 0x000000C0 // Priority level mask macro
/hal_ti-latest/simplelink/source/ti/devices/cc32xx/driverlib/
Dinterrupt.h76 #define INT_PRIORITY_MASK ((0xFF << (8 - NUM_PRIORITY_BITS)) & 0xFF) macro
/hal_ti-latest/simplelink/source/ti/devices/msp432p4xx/driverlib/
Dinterrupt.h123 #define INT_PRIORITY_MASK ((0xFF << (8 - NUM_PRIORITY_BITS)) & 0xFF) macro
/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/
Dinterrupt.h105 #define INT_PRIORITY_MASK 0x000000E0 macro
/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Dinterrupt.h107 #define INT_PRIORITY_MASK 0x000000E0 macro