Home
last modified time | relevance | path

Searched refs:_SYSTEM_INTERRUPT_PRIORITY_MASK (Results 1 – 3 of 3) sorted by relevance

/bsp/samd21/sam_d2x_asflib/sam0/drivers/system/interrupt/
A Dsystem_interrupt.c176 (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()
/bsp/samd21/sam_d2x_asflib/sam0/drivers/system/interrupt/system_interrupt_samd20/
A Dsystem_interrupt_features.h63 # define _SYSTEM_INTERRUPT_PRIORITY_MASK 0x00000003 macro
/bsp/samd21/sam_d2x_asflib/sam0/drivers/system/interrupt/system_interrupt_samd21/
A Dsystem_interrupt_features.h63 # define _SYSTEM_INTERRUPT_PRIORITY_MASK 0x00000003 macro

Completed in 7 milliseconds