Home
last modified time | relevance | path

Searched refs:RawInterruptStatus (Results 1 – 13 of 13) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/UART/
DESP32_UART.cs43 {(long)Registers.RawInterruptStatus, new DoubleWordRegister(this) in ESP32_UART()
162 …private uint RawInterruptStatus => Renode.Utilities.BitHelper.GetValueFromBitsArray(interruptRawSt… field in Antmicro.Renode.Peripherals.UART.ESP32_UART
164 private uint MaskedInterruptStatus => RawInterruptStatus & InterruptMask;
203 RawInterruptStatus = 0x04, enumerator
DPL011.cs195 Registers.RawInterruptStatus.Define(this) in DefineRegisters()
358 private uint MaskedInterruptStatus => RawInterruptStatus & InterruptMask;
360 …private uint RawInterruptStatus => Renode.Utilities.BitHelper.GetValueFromBitsArray(interruptRawSt… field in Antmicro.Renode.Peripherals.UART.PL011
415 RawInterruptStatus = 0x03c, enumerator
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DQuark_SystemControlSubsystem.cs37 …{(long)Registers.RawInterruptStatus, CreateAlwaysOnGPIORegister(Quark_GPIOController.Registers.Raw… in Quark_SystemControlSubsystem()
105 RawInterruptStatus = 0xB44, enumerator
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/
DPL031.cs38 case Offset.RawInterruptStatus: in ReadDoubleWord()
120 RawInterruptStatus = 0x14, enumerator
DMiV_CoreTimer.cs76 {(long)Registers.RawInterruptStatus, new DoubleWordRegister(this) in MiV_CoreTimer()
117 RawInterruptStatus = 0x14, enumerator
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DSynopsysSSI.cs146 Registers.RawInterruptStatus.Define(this) in DefineRegisters()
313 RawInterruptStatus = 0x34, // RISR enumerator
DCC2538_SSI.cs74 { (long)Registers.RawInterruptStatus, new DoubleWordRegister(this) in CC2538_SSI()
206 RawInterruptStatus = 0x18, enumerator
DQuark_SPI.cs119 {(long)Registers.RawInterruptStatus, new DoubleWordRegister(this, 0) in CreateRegisters()
217 RawInterruptStatus = 0x34, enumerator
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/GPIOPort/
DCC2538_GPIO.cs157 {(long)Registers.RawInterruptStatus, new DoubleWordRegister(this) in PrepareRegisters()
254 RawInterruptStatus = 0x414, enumerator
DQuark_GPIOController.cs197 {(long)Registers.RawInterruptStatus, new DoubleWordRegister(this) in PrepareRegisters()
325 RawInterruptStatus = 0x44, enumerator
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/Crypto/
DSTM32H7_CRYPTO.cs151 Registers.RawInterruptStatus.Define(this) in DefineRegisters()
588 RawInterruptStatus = 0x18, enumerator
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/IRQControllers/
DPL190_VIC.cs321 RawInterruptStatus = 0x8, // VICRAWINTR, RO enumerator
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/I2C/
DRenesasDA_I2C.cs390 Registers.RawInterruptStatus.Define(this) in DefineRegisters()
1058 RawInterruptStatus = 0x34,