Searched refs:OS_HWI_CLRPEND_REG_NUM (Results 1 – 2 of 2) sorted by relevance
41 #define OS_HWI_CLRPEND_REG_NUM (((OS_MX_IRQ_VECTOR_CNT + 31) / 32) << 2) /* 清除PEND位寄存器数 */ macro
163 for (loop = 0; loop < OS_HWI_CLRPEND_REG_NUM; loop += sizeof(U32)) { in PRT_HwiClearAllPending()