Home
last modified time | relevance | path

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

/kernel/uniproton/src/arch/cpu/armv7-m/common/hwi/
Dprt_hwi_internal.h41 #define OS_HWI_CLRPEND_REG_NUM (((OS_MX_IRQ_VECTOR_CNT + 31) / 32) << 2) /* 清除PEND位寄存器数 */ macro
Dprt_hwi.c163 for (loop = 0; loop < OS_HWI_CLRPEND_REG_NUM; loop += sizeof(U32)) { in PRT_HwiClearAllPending()