Home
last modified time | relevance | path

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

/TwlSDK-5.3.1/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.3.1/build/demos/os/forChina-fs/src/
Dos_china_override.c257 BOOL irq; in OS_ShowAttentionChina() member
298 shelter.irq = OS_EnableIrq(); in OS_ShowAttentionChina()
477 (void)OS_RestoreIrq(shelter.irq); in OS_ShowAttentionChina()
/TwlSDK-5.3.1/build/libraries/os/ARM9/src/
Dos_china.c531 BOOL irq; in OS_ShowAttentionChina() member
676 shelter.irq = OS_EnableIrq(); in OS_ShowAttentionChina()
731 (void)OS_RestoreIrq(shelter.irq); in OS_ShowAttentionChina()
/TwlSDK-5.3.1/include/nitro/ctrdg/common/
Dctrdg_common.h548 OSIntrMode irq; member