Searched refs:timerInterruptPending (Results 1 – 1 of 1) sorted by relevance
34 timerInterruptPending[0].Value = false; in MSP430_Timer()49 timerInterruptPending[index].Value = true; in MSP430_Timer()58 timerInterruptPending = new IFlagRegisterField[TimersCount]; in MSP430_Timer()125 var interrupt = timerInterruptPending[0].Value && timerInterruptEnabled[0].Value; in UpdateInterrupts()131 ….FirstOrDefault(index => timerInterruptPending[index].Value && timerInterruptEnabled[index].Value); in UpdateInterrupts()214 .WithFlag(0, out timerInterruptPending[index], name: "CCIFG") in DefineRegisters()257 …merable.Range(0, internalTimers.Length - 1).FirstOrDefault(idx => timerInterruptPending[idx].Value… in DefineRegisters()265 timerInterruptPending[index.Value].Value = false; in DefineRegisters()279 …rable.Range(0, internalTimers.Length - 1).FirstOrDefault(index => timerInterruptPending[index].Val… in DefineRegisters()282 timerInterruptPending[firstIndex.Value].Value = false; in DefineRegisters()[all …]