Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/include/nitro/os/common/
Dsystem.h136 extern OSIntrMode OS_DisableInterrupts_IrqAndFiq(void);
/TwlSDK-5.1.0/build/libraries/os/common/src/
Dos_system.c123 asm OSIntrMode OS_DisableInterrupts_IrqAndFiq( void ) in OS_DisableInterrupts_IrqAndFiq() function
Dos_spinLock.c421 lastInterrupts = (disableFIQ) ? OS_DisableInterrupts_IrqAndFiq() : OS_DisableInterrupts(); in OSi_DoUnlockByWord()
510 lastInterrupts = (disableFIQ) ? OS_DisableInterrupts_IrqAndFiq() : OS_DisableInterrupts(); in OSi_DoTryLockByWord()