Home
last modified time | relevance | path

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

/kernel/uniproton/src/arch/cpu/armv7-m/common/
H A Dos_cpu_armv7_m_external.h34 #define OS_HWI_PRI_SHIELD_HIGH 0x80 /* 屏蔽高位 */ macro
42 #define OS_HWI_GET_HWI_PRIO(hwiPrio) (((hwiPrio) << OS_HWI_PRI_INVALID_BYTE) | OS_HWI_PRI_SHIELD_HIGH)
43 #define OS_HWI_GET_USER_PRIO(hwiPrio) (((hwiPrio) & (~OS_HWI_PRI_SHIELD_HIGH)) >> OS_HWI_PRI_INVALID_BYTE)

Completed in 1 milliseconds