| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Test/PeripheralsTests/ |
| D | Cadence_UARTTests.cs | 39 Assert.AreEqual(InterruptFlag.TxFifoEmpty, ReadInterruptStatus(uart)); in ShouldClearInterruptStatusOnWriteOne() 53 Assert.AreEqual(InterruptFlag.TxFifoEmpty, ReadInterruptStatus(uart)); in ShouldClearInterruptStatusOnRead() 61 private void WriteInterruptStatus(Cadence_UART uart, InterruptFlag statusFlags) in WriteInterruptStatus() 66 private InterruptFlag ReadInterruptStatus(Cadence_UART uart) in ReadInterruptStatus() 68 return (InterruptFlag)uart.ReadDoubleWord((long)Registers.ChannelInterruptStatus); in ReadInterruptStatus() 74 … private const InterruptFlag FlagsInitial = InterruptFlag.TxFifoEmpty | InterruptFlag.RxFifoEmpty; 75 … private const InterruptFlag FlagsAfterCharWrite = InterruptFlag.RxTimeoutError | FlagsInitial; 78 private enum InterruptFlag : uint enum in Antmicro.Renode.UnitTests.Cadence_UARTTests
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/UART/ |
| D | LEUART.cs | 35 case Register.InterruptFlag: in ReadDoubleWord() 84 … interruptFlag = InterruptFlag.TxCompleteInterrutpt | InterruptFlag.TxBufferLevelInterrupt; in Reset() 91 interruptFlag |= InterruptFlag.RxDataAvailable; in WriteChar() 134 interruptFlag &= ~InterruptFlag.RxDataAvailable; in ClearInterrupt() 151 private InterruptFlag interruptFlag; 156 private enum InterruptFlag enum in Antmicro.Renode.Peripherals.UART.LEUART 192 InterruptFlag = 0x02C, enumerator
|
| D | EFM32_UART.cs | 85 case Registers.InterruptFlag: in ReadDoubleWord() 122 InterruptFlag = 0x040, // USARTn_IF enumerator
|
| D | EFR32xG22_USART.cs | 51 {(long)Registers.InterruptFlag, GenerateInterruptFlagRegister()}, in EFR32xG22_USART() 99 InterruptFlag = 0x48, enumerator
|
| D | EFR32_USART.cs | 39 {(long)Registers.InterruptFlag, GenerateInterruptFlagRegister()}, in EFR32_USART() 114 InterruptFlag = 0x40, enumerator
|
| D | MSP430_eUSCI.cs | 147 Registers.InterruptFlag.Define(this) in DefineRegisters() 194 InterruptFlag = 0x1C, enumerator
|
| D | SAMD5_UART.cs | 90 Registers.InterruptFlag.Define(this) in DefineRegisters() 166 InterruptFlag = 0x18, enumerator
|
| D | MAX32655_UART.cs | 120 Registers.InterruptFlag.Define(this) in DefineRegisters() 206 InterruptFlag = 0x0C, enumerator
|
| D | EFR32xG2_EUSART_2.cs | 158 {(long)Registers.InterruptFlag, new DoubleWordRegister(this) in BuildRegistersCollection() 712 InterruptFlag = 0x004C, enumerator
|
| D | EFR32xG2_USART_0.cs | 170 {(long)Registers.InterruptFlag, new DoubleWordRegister(this) in BuildRegistersCollection() 854 InterruptFlag = 0x0048, enumerator
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/ |
| D | S32K3XX_PeriodicInterruptTimer.cs | 44 …ockChannels.Values.Any(clockChannel => clockChannel.InterruptEnable && clockChannel.InterruptFlag); in UpdateInterrupts() 152 valueProviderCallback: _ => clockChannel.InterruptFlag, in DefineChannelRegisters() 153 writeCallback: (_, value) => { if(value) clockChannel.InterruptFlag = false; } ) in DefineChannelRegisters() 180 InterruptFlag = true; in ClockChannel() 193 InterruptFlag = true; in Step() 202 InterruptFlag = false; in Reset() 226 public bool InterruptFlag { get; set; } property in Antmicro.Renode.Peripherals.Timers.S32K3XX_PeriodicInterruptTimer.ClockChannel
|
| D | EFR32_Timer.cs | 101 …RegistersCollection.AddRegister((long)Registers.InterruptFlag, interruptManager.GetMaskedInterrupt… in DefineRegisters() 180 InterruptFlag = 0xC, enumerator
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/I2C/ |
| D | VybridI2C.cs | 136 if(BitHelper.IsBitSet(status, (byte)StatusBits.InterruptFlag)) in WriteByte() 138 BitHelper.SetBit(ref status, (byte)StatusBits.InterruptFlag, false); in WriteByte() 199 …, (byte)ControlBits.InterruptEnable) && BitHelper.IsBitSet(status, (byte)StatusBits.InterruptFlag)) in Update() 208 BitHelper.SetBit(ref status, (byte)StatusBits.InterruptFlag, true); in TransferComplete() 267 InterruptFlag = 1 enumerator
|
| D | EFR32xG2_I2CController.cs | 40 {(long)Registers.InterruptFlag, GenerateInterruptFlagRegister()}, in EFR32xG2_I2CController() 82 InterruptFlag = 0x3C, enumerator
|
| D | EFR32_I2CController.cs | 33 {(long)Registers.InterruptFlag, GenerateInterruptFlagRegister()}, in EFR32_I2CController() 84 InterruptFlag = 0x34, enumerator
|
| D | EFR32_GenericI2CController.cs | 406 InterruptFlag = 0x34, enumerator
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/MTD/ |
| D | EFR32xg13FlashController.cs | 94 …{(long)Registers.InterruptFlag, interruptsManager.GetMaskedInterruptFlagRegister<DoubleWordRegiste… in EFR32xg13FlashController() 279 InterruptFlag = 0x30, enumerator
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/GPIOPort/ |
| D | EFR32_GPIOPort.cs | 175 {(long)Registers.InterruptFlag, new DoubleWordRegister(this) in CreateRegisters() 517 InterruptFlag = 0x41C, enumerator
|
| D | EFR32xG2_GPIO_1.cs | 252 {(long)Registers.InterruptFlag, new DoubleWordRegister(this) in BuildRegistersCollection() 758 InterruptFlag = 0x0420, enumerator
|
| D | EFR32xG2_GPIO_3.cs | 268 {(long)Registers.InterruptFlag, new DoubleWordRegister(this) in BuildRegistersCollection() 853 InterruptFlag = 0x0420, enumerator
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/ |
| D | EFR32_CMU.cs | 190 InterruptFlag = 0x0A0, enumerator
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/SiLabs/ |
| D | EFR32xG2_AES_1.cs | 120 {(long)Registers.InterruptFlag, new DoubleWordRegister(this) in BuildRegistersCollection() 524 InterruptFlag = 0x028, enumerator
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Wireless/ |
| D | CC2538RF.cs | 143 RegisterGroup(addresses, (uint)Register.InterruptFlag, interruptFlag); in CC2538RF() 872 InterruptFlag = 0x830, enumerator
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/DMA/ |
| D | EFR32MG12_LDMA.cs | 140 Registers.InterruptFlag.Define(this) in BuildRegisters() 331 InterruptFlag = 0x060, enumerator
|