Home
last modified time | relevance | path

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

/bsp/samd21/sam_d2x_asflib/sam0/drivers/system/interrupt/
A Dsystem_interrupt.c172 uint8_t register_num = vector / 4; in system_interrupt_set_priority() local
175 NVIC->IP[register_num] = in system_interrupt_set_priority()
176 (NVIC->IP[register_num] & ~(_SYSTEM_INTERRUPT_PRIORITY_MASK << priority_pos)) | in system_interrupt_set_priority()
202 uint8_t register_num = vector / 4; in system_interrupt_get_priority() local
209 ((NVIC->IP[register_num] >> priority_pos) & _SYSTEM_INTERRUPT_PRIORITY_MASK); in system_interrupt_get_priority()

Completed in 4 milliseconds