Home
last modified time | relevance | path

Searched refs:irq (Results 1 – 3 of 3) sorted by relevance

/TwlSDK-5.5/build/libraries/ctrdg/common/src/
Dctrdg.c384 (void)OS_RestoreInterrupts(lockInfo.irq); in CTRDG_IsExisting()
478 info->irq = OS_DisableInterrupts(); in CTRDGi_LockByProcessor()
492 (void)OS_RestoreInterrupts(info->irq); in CTRDGi_LockByProcessor()
516 (void)OS_RestoreInterrupts(info->irq); in CTRDGi_UnlockByProcessor()
/TwlSDK-5.5/build/libraries/os/ARM9/src/
Dos_china.c530 BOOL irq; in OS_ShowAttentionChina() member
681 shelter.irq = OS_EnableIrq(); in OS_ShowAttentionChina()
736 (void)OS_RestoreIrq(shelter.irq); in OS_ShowAttentionChina()
/TwlSDK-5.5/include/nitro/ctrdg/common/
Dctrdg_common.h548 OSIntrMode irq; member