Searched refs:OS_IME_DISABLE (Results 1 – 4 of 4) sorted by relevance
43 #define OS_IME_DISABLE (0UL << REG_OS_IME_IME_SHIFT) macro184 reg_OS_IME = OS_IME_DISABLE; in OS_DisableIrq()
41 #define OS_IME_DISABLE (0UL << REG_OS_IME_IME_SHIFT) macro242 reg_OS_IME = OS_IME_DISABLE; in OS_DisableIrq()
184 || ( PMi_WaitBusyMethod & PMi_WAITBUSY_METHOD_IME && OS_GetIrq() == OS_IME_DISABLE ) ) in PMi_WaitBusy()
2793 if (OS_GetCpsrIrq() == OS_INTRMODE_IRQ_DISABLE || OS_GetIrq() == OS_IME_DISABLE) in CameraWaitBusy()