Lines Matching refs:u32OldIntr
299 MS_U32 u32OldIntr; in i2c_Start() local
302 u32OldIntr = MsOS_DisableAllInterrupts(); in i2c_Start()
324 MsOS_RestoreAllInterrupts(u32OldIntr); in i2c_Start()
339 MS_U32 u32OldIntr; in i2c_Stop() local
342 u32OldIntr = MsOS_DisableAllInterrupts(); in i2c_Stop()
354 MsOS_RestoreAllInterrupts(u32OldIntr); in i2c_Stop()
367 MS_U32 u32OldIntr; in i2c_ReceiveByte() local
370 u32OldIntr = MsOS_DisableAllInterrupts(); in i2c_ReceiveByte()
399 MsOS_RestoreAllInterrupts(u32OldIntr); in i2c_ReceiveByte()
416 MS_U32 u32OldIntr; in i2c_SendByte() local
419 u32OldIntr = MsOS_DisableAllInterrupts(); in i2c_SendByte()
446 MsOS_RestoreAllInterrupts(u32OldIntr); in i2c_SendByte()