Home
last modified time | relevance | path

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

/kernel/uniproton/src/arch/cpu/armv7-m/common/hwi/
Dprt_hwi_internal.h105 #define NVIC_SET_EXC_PRI(excNum, pri) \ argument
107 *(volatile U8 *)((uintptr_t)OS_NVIC_EXCPRI_BASE + ((excNum) - 4)) = (U8)(pri); \