| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/UART/ |
| D | ESP32_UART.cs | 43 {(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
|
| D | PL011.cs | 195 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/ |
| D | Quark_SystemControlSubsystem.cs | 37 …{(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/ |
| D | PL031.cs | 38 case Offset.RawInterruptStatus: in ReadDoubleWord() 120 RawInterruptStatus = 0x14, enumerator
|
| D | MiV_CoreTimer.cs | 76 {(long)Registers.RawInterruptStatus, new DoubleWordRegister(this) in MiV_CoreTimer() 117 RawInterruptStatus = 0x14, enumerator
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/ |
| D | SynopsysSSI.cs | 146 Registers.RawInterruptStatus.Define(this) in DefineRegisters() 313 RawInterruptStatus = 0x34, // RISR enumerator
|
| D | CC2538_SSI.cs | 74 { (long)Registers.RawInterruptStatus, new DoubleWordRegister(this) in CC2538_SSI() 206 RawInterruptStatus = 0x18, enumerator
|
| D | Quark_SPI.cs | 119 {(long)Registers.RawInterruptStatus, new DoubleWordRegister(this, 0) in CreateRegisters() 217 RawInterruptStatus = 0x34, enumerator
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/GPIOPort/ |
| D | CC2538_GPIO.cs | 157 {(long)Registers.RawInterruptStatus, new DoubleWordRegister(this) in PrepareRegisters() 254 RawInterruptStatus = 0x414, enumerator
|
| D | Quark_GPIOController.cs | 197 {(long)Registers.RawInterruptStatus, new DoubleWordRegister(this) in PrepareRegisters() 325 RawInterruptStatus = 0x44, enumerator
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/Crypto/ |
| D | STM32H7_CRYPTO.cs | 151 Registers.RawInterruptStatus.Define(this) in DefineRegisters() 588 RawInterruptStatus = 0x18, enumerator
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/IRQControllers/ |
| D | PL190_VIC.cs | 321 RawInterruptStatus = 0x8, // VICRAWINTR, RO enumerator
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/I2C/ |
| D | RenesasDA_I2C.cs | 390 Registers.RawInterruptStatus.Define(this) in DefineRegisters() 1058 RawInterruptStatus = 0x34,
|