Searched refs:INT_PRIORITY_MASK (Results 1 – 6 of 6) sorted by relevance
178 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()
100 #define INT_PRIORITY_MASK 0x000000C0 // Priority level mask macro
76 #define INT_PRIORITY_MASK ((0xFF << (8 - NUM_PRIORITY_BITS)) & 0xFF) macro
123 #define INT_PRIORITY_MASK ((0xFF << (8 - NUM_PRIORITY_BITS)) & 0xFF) macro
105 #define INT_PRIORITY_MASK 0x000000E0 macro
107 #define INT_PRIORITY_MASK 0x000000E0 macro