Home
last modified time | relevance | path

Searched refs:InterruptFlag (Results 1 – 24 of 24) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Test/PeripheralsTests/
DCadence_UARTTests.cs39 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/
DLEUART.cs35 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
DEFM32_UART.cs85 case Registers.InterruptFlag: in ReadDoubleWord()
122 InterruptFlag = 0x040, // USARTn_IF enumerator
DEFR32xG22_USART.cs51 {(long)Registers.InterruptFlag, GenerateInterruptFlagRegister()}, in EFR32xG22_USART()
99 InterruptFlag = 0x48, enumerator
DEFR32_USART.cs39 {(long)Registers.InterruptFlag, GenerateInterruptFlagRegister()}, in EFR32_USART()
114 InterruptFlag = 0x40, enumerator
DMSP430_eUSCI.cs147 Registers.InterruptFlag.Define(this) in DefineRegisters()
194 InterruptFlag = 0x1C, enumerator
DSAMD5_UART.cs90 Registers.InterruptFlag.Define(this) in DefineRegisters()
166 InterruptFlag = 0x18, enumerator
DMAX32655_UART.cs120 Registers.InterruptFlag.Define(this) in DefineRegisters()
206 InterruptFlag = 0x0C, enumerator
DEFR32xG2_EUSART_2.cs158 {(long)Registers.InterruptFlag, new DoubleWordRegister(this) in BuildRegistersCollection()
712 InterruptFlag = 0x004C, enumerator
DEFR32xG2_USART_0.cs170 {(long)Registers.InterruptFlag, new DoubleWordRegister(this) in BuildRegistersCollection()
854 InterruptFlag = 0x0048, enumerator
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/
DS32K3XX_PeriodicInterruptTimer.cs44 …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
DEFR32_Timer.cs101 …RegistersCollection.AddRegister((long)Registers.InterruptFlag, interruptManager.GetMaskedInterrupt… in DefineRegisters()
180 InterruptFlag = 0xC, enumerator
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/I2C/
DVybridI2C.cs136 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
DEFR32xG2_I2CController.cs40 {(long)Registers.InterruptFlag, GenerateInterruptFlagRegister()}, in EFR32xG2_I2CController()
82 InterruptFlag = 0x3C, enumerator
DEFR32_I2CController.cs33 {(long)Registers.InterruptFlag, GenerateInterruptFlagRegister()}, in EFR32_I2CController()
84 InterruptFlag = 0x34, enumerator
DEFR32_GenericI2CController.cs406 InterruptFlag = 0x34, enumerator
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/MTD/
DEFR32xg13FlashController.cs94 …{(long)Registers.InterruptFlag, interruptsManager.GetMaskedInterruptFlagRegister<DoubleWordRegiste… in EFR32xg13FlashController()
279 InterruptFlag = 0x30, enumerator
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/GPIOPort/
DEFR32_GPIOPort.cs175 {(long)Registers.InterruptFlag, new DoubleWordRegister(this) in CreateRegisters()
517 InterruptFlag = 0x41C, enumerator
DEFR32xG2_GPIO_1.cs252 {(long)Registers.InterruptFlag, new DoubleWordRegister(this) in BuildRegistersCollection()
758 InterruptFlag = 0x0420, enumerator
DEFR32xG2_GPIO_3.cs268 {(long)Registers.InterruptFlag, new DoubleWordRegister(this) in BuildRegistersCollection()
853 InterruptFlag = 0x0420, enumerator
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DEFR32_CMU.cs190 InterruptFlag = 0x0A0, enumerator
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/SiLabs/
DEFR32xG2_AES_1.cs120 {(long)Registers.InterruptFlag, new DoubleWordRegister(this) in BuildRegistersCollection()
524 InterruptFlag = 0x028, enumerator
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Wireless/
DCC2538RF.cs143 RegisterGroup(addresses, (uint)Register.InterruptFlag, interruptFlag); in CC2538RF()
872 InterruptFlag = 0x830, enumerator
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/DMA/
DEFR32MG12_LDMA.cs140 Registers.InterruptFlag.Define(this) in BuildRegisters()
331 InterruptFlag = 0x060, enumerator