Home
last modified time | relevance | path

Searched refs:NVIC_SET_EXC_PRI (Results 1 - 2 of 2) sorted by relevance

/kernel/uniproton/src/arch/cpu/armv7-m/common/hwi/
H A Dprt_hwi.c38 NVIC_SET_EXC_PRI(OS_EXC_PEND_SV, OS_HWI_PRI_LOWEST); in OsScheduleInit()
39 NVIC_SET_EXC_PRI(OS_EXC_SVC_CALL, OS_HWI_PRI_HIGHEST); in OsScheduleInit()
60 NVIC_SET_EXC_PRI(OS_EXC_SYS_TICK, OS_HWI_PRI_LOWEST); in OsHwiGICInit()
H A Dprt_hwi_internal.h105 #define NVIC_SET_EXC_PRI(excNum, pri) \ macro

Completed in 1 milliseconds