Searched refs:overflowInterruptEnable (Results 1 – 4 of 4) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/ |
| D | SAM_TC.cs | 374 overflowInterruptEnable = false; in Reset() 396 state |= overflow && overflowInterruptEnable; in UpdateInterrupts() 448 get => overflowInterruptEnable; 449 set => overflowInterruptEnable = value; 718 private bool overflowInterruptEnable; field in Antmicro.Renode.Peripherals.Timers.SAM_TC.Channel
|
| D | AmbiqApollo4_SystemTimer.cs | 157 .WithFlag(8, out overflowInterruptEnable, name: "OVERFLOW", in DefineRegisters() 207 if(!newIrqState && overflowInterruptStatus.Value && overflowInterruptEnable.Value) in UpdateCaptureOverflowIRQ() 276 private IFlagRegisterField overflowInterruptEnable; field in Antmicro.Renode.Peripherals.Timers.AmbiqApollo4_SystemTimer
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/SiLabs/ |
| D | EFR32xG2_SYSRTC_1.cs | 217 .WithFlag(0, out overflowInterruptEnable, name: "OVFIEN") in BuildRegistersCollection() 303 private IFlagRegisterField overflowInterruptEnable; field in Antmicro.Renode.Peripherals.Miscellaneous.SiLabs.EFR32xG2_SYSRTC_1 417 var irq = ((overflowInterruptEnable.Value && overflowInterrupt.Value) in UpdateInterrupts()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Wireless/ |
| D | EFR32xG24_Radio.cs | 1978 … .WithFlag(16, out PROTIMER_captureCompareChannel[0].overflowInterruptEnable, name: "COF0IEN") in BuildProtocolTimerRegistersCollection() 1979 … .WithFlag(17, out PROTIMER_captureCompareChannel[1].overflowInterruptEnable, name: "COF1IEN") in BuildProtocolTimerRegistersCollection() 1980 … .WithFlag(18, out PROTIMER_captureCompareChannel[2].overflowInterruptEnable, name: "COF2IEN") in BuildProtocolTimerRegistersCollection() 1981 … .WithFlag(19, out PROTIMER_captureCompareChannel[3].overflowInterruptEnable, name: "COF3IEN") in BuildProtocolTimerRegistersCollection() 1982 … .WithFlag(20, out PROTIMER_captureCompareChannel[4].overflowInterruptEnable, name: "COF4IEN") in BuildProtocolTimerRegistersCollection() 1983 … .WithFlag(21, out PROTIMER_captureCompareChannel[5].overflowInterruptEnable, name: "COF5IEN") in BuildProtocolTimerRegistersCollection() 1984 … .WithFlag(22, out PROTIMER_captureCompareChannel[6].overflowInterruptEnable, name: "COF6IEN") in BuildProtocolTimerRegistersCollection() 1985 … .WithFlag(23, out PROTIMER_captureCompareChannel[7].overflowInterruptEnable, name: "COF7IEN") in BuildProtocolTimerRegistersCollection() 9248 … || (overflowInterrupt.Value && overflowInterruptEnable.Value)); 9260 public IFlagRegisterField overflowInterruptEnable; field in Antmicro.Renode.Peripherals.Wireless.EFR32xG24_Radio.PROTIMER_CaptureCompareChannel
|