Searched refs:_SYSTEM_INTERRUPT_PRIORITY_MASK (Results 1 – 3 of 3) sorted by relevance
176 (NVIC->IP[register_num] & ~(_SYSTEM_INTERRUPT_PRIORITY_MASK << priority_pos)) | in system_interrupt_set_priority()209 ((NVIC->IP[register_num] >> priority_pos) & _SYSTEM_INTERRUPT_PRIORITY_MASK); in system_interrupt_get_priority()212 ((SCB->SHP[1] >> _SYSTEM_INTERRUPT_SYSTICK_PRI_POS) & _SYSTEM_INTERRUPT_PRIORITY_MASK); in system_interrupt_get_priority()
63 # define _SYSTEM_INTERRUPT_PRIORITY_MASK 0x00000003 macro
Completed in 7 milliseconds