Searched defs:intr (Results 1 – 8 of 8) sorted by relevance
| /TwlSDK-5.1.0/build/libraries/os/common/src/ |
| D | os_interrupt.c | 307 OSIrqMask OS_SetIrqMask(OSIrqMask intr) in OS_SetIrqMask() 318 OSIrqMask OS_SetIrqMaskEx(OSIrqMask intr) in OS_SetIrqMaskEx() 337 OSIrqMask OS_EnableIrqMask(OSIrqMask intr) in OS_EnableIrqMask() 347 OSIrqMask OS_EnableIrqMaskEx(OSIrqMask intr) in OS_EnableIrqMaskEx() 366 OSIrqMask OS_DisableIrqMask(OSIrqMask intr) in OS_DisableIrqMask() 376 OSIrqMask OS_DisableIrqMaskEx(OSIrqMask intr) in OS_DisableIrqMaskEx() 396 OSIrqMask OS_ResetRequestIrqMask(OSIrqMask intr) in OS_ResetRequestIrqMask() 406 OSIrqMask OS_ResetRequestIrqMaskEx(OSIrqMask intr) in OS_ResetRequestIrqMaskEx()
|
| D | os_emulator.c | 166 OSIntrMode intr = OS_DisableInterrupts(); in OSi_DetectEmulator() local
|
| D | os_printf.c | 144 OSIntrMode intr = OS_DisableInterrupts(); in OS_FPutStringInit() local
|
| /TwlSDK-5.1.0/include/twl/os/common/ |
| D | interrupt.h | 428 static inline void OS_SetIrqCheckFlag(OSIrqMask intr) in OS_SetIrqCheckFlag() 433 static inline void OS_SetIrqCheckFlagEx(OSIrqMask intr) in OS_SetIrqCheckFlagEx() 448 static inline void OS_ClearIrqCheckFlag(OSIrqMask intr) in OS_ClearIrqCheckFlag() 453 static inline void OS_ClearIrqCheckFlagEx(OSIrqMask intr) in OS_ClearIrqCheckFlagEx()
|
| /TwlSDK-5.1.0/include/nitro/os/common/ |
| D | interrupt.h | 352 static inline void OS_SetIrqCheckFlag(OSIrqMask intr) in OS_SetIrqCheckFlag() 366 static inline void OS_ClearIrqCheckFlag(OSIrqMask intr) in OS_ClearIrqCheckFlag()
|
| /TwlSDK-5.1.0/include/nitro/hw/ARM9/ |
| D | ioreg_PAD.h | 161 #define REG_PAD_KEYCNT_FIELD( logic, intr, l, r, down, up, left, right, start, sel, b, a ) \ argument
|
| /TwlSDK-5.1.0/include/twl/hw/ARM9/ |
| D | ioreg_PAD.h | 161 #define REG_PAD_KEYCNT_FIELD( logic, intr, l, r, down, up, left, right, start, sel, b, a ) \ argument
|
| /TwlSDK-5.1.0/build/libraries/spi/ARM9/src/ |
| D | pm.c | 1460 OSIntrMode intr = OS_IE_FIFO_RECV | (OS_IsTickAvailable()? OS_IE_TIMER0: 0 ); in PM_GoSleepMode() local 1848 OSIntrMode intr; in PMi_InsertList() local 1915 OSIntrMode intr; in PMi_DeleteList() local
|