Home
last modified time | relevance | path

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

/kernel/uniproton/src/arch/cpu/armv7-m/common/
H A Dos_cpu_armv7_m_external.h43 #define OS_HWI_GET_USER_PRIO(hwiPrio) (((hwiPrio) & (~OS_HWI_PRI_SHIELD_HIGH)) >> OS_HWI_PRI_INVALID_BYTE) macro
/kernel/uniproton/src/arch/cpu/armv7-m/common/hwi/
H A Dprt_hwi.c131 return (U32)OS_HWI_GET_USER_PRIO((*((volatile U8 *)((uintptr_t)OS_NVIC_PRI_BASE + (hwiNum))))); in OsHwiPriorityGet()

Completed in 1 milliseconds