Searched refs:seqOverflowInterruptEnable (Results 1 – 1 of 1) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Wireless/ |
| D | EFR32xG24_Radio.cs | 2046 ….WithFlag(16, out PROTIMER_captureCompareChannel[0].seqOverflowInterruptEnable, name: "COF0SEQIEN") in BuildProtocolTimerRegistersCollection() 2047 ….WithFlag(17, out PROTIMER_captureCompareChannel[1].seqOverflowInterruptEnable, name: "COF1SEQIEN") in BuildProtocolTimerRegistersCollection() 2048 ….WithFlag(18, out PROTIMER_captureCompareChannel[2].seqOverflowInterruptEnable, name: "COF2SEQIEN") in BuildProtocolTimerRegistersCollection() 2049 ….WithFlag(19, out PROTIMER_captureCompareChannel[3].seqOverflowInterruptEnable, name: "COF3SEQIEN") in BuildProtocolTimerRegistersCollection() 2050 ….WithFlag(20, out PROTIMER_captureCompareChannel[4].seqOverflowInterruptEnable, name: "COF4SEQIEN") in BuildProtocolTimerRegistersCollection() 2051 ….WithFlag(21, out PROTIMER_captureCompareChannel[5].seqOverflowInterruptEnable, name: "COF5SEQIEN") in BuildProtocolTimerRegistersCollection() 2052 ….WithFlag(22, out PROTIMER_captureCompareChannel[6].seqOverflowInterruptEnable, name: "COF6SEQIEN") in BuildProtocolTimerRegistersCollection() 2053 ….WithFlag(23, out PROTIMER_captureCompareChannel[7].seqOverflowInterruptEnable, name: "COF7SEQIEN") in BuildProtocolTimerRegistersCollection() 9251 … || (seqOverflowInterrupt.Value && seqOverflowInterruptEnable.Value)); 9262 public IFlagRegisterField seqOverflowInterruptEnable; field in Antmicro.Renode.Peripherals.Wireless.EFR32xG24_Radio.PROTIMER_CaptureCompareChannel
|