Home
last modified time | relevance | path

Searched defs:InterruptEnable (Results 1 – 25 of 120) sorted by relevance

12345

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/UART/
DAtmel91DebugUnit.cs147 private uint InterruptEnable = 0x08; field in Antmicro.Renode.Peripherals.UART.Atmel91DebugUnit
157 InterruptEnable = 0x08, enumerator
DLEUART.cs164 private enum InterruptEnable enum in Antmicro.Renode.Peripherals.UART.LEUART
194 InterruptEnable = 0x038, enumerator
DEFM32_UART.cs123 InterruptEnable = 0x04C, // USARTn_IEN enumerator
DKB1200_UART.cs179 InterruptEnable = 0x04, enumerator
DMSP430_eUSCI.cs193 InterruptEnable = 0x1A, enumerator
DMAX32655_UART.cs205 InterruptEnable = 0x08, enumerator
DSiFive_UART.cs184 InterruptEnable = 0x10, enumerator
DEFR32xG22_USART.cs100 InterruptEnable = 0x4C, enumerator
DEFR32_USART.cs117 InterruptEnable = 0x4C, enumerator
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DSAM_TRNG.cs92 InterruptEnable = 0x10, enumerator
DQuark_SystemControlSubsystem.cs100 InterruptEnable = 0xB30, enumerator
DSTM32H7_HardwareSemaphore.cs135 InterruptEnable = 0x100, enumerator
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/GPIOPort/
DQuark_GPIOController.cs127 public bool[] InterruptEnable { get; private set; } property in Antmicro.Renode.Peripherals.X86.Quark_GPIOController
320 InterruptEnable = 0x30, enumerator
DCC2538_GPIO.cs253 InterruptEnable = 0x410, enumerator
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Helpers/
DCadenceInterruptFlag.cs42 public void InterruptEnable(bool enable) in InterruptEnable() method in Antmicro.Renode.Peripherals.Helpers.CadenceInterruptFlag
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/
DAmbiqApollo4_SystemTimer.cs319 public bool InterruptEnable property in Antmicro.Renode.Peripherals.Timers.AmbiqApollo4_SystemTimer.CaptureRegister
421 public bool InterruptEnable property in Antmicro.Renode.Peripherals.Timers.AmbiqApollo4_SystemTimer.CompareRegister
500 InterruptEnable = 0x100, enumerator
DPeriodicInterruptTimer.cs168 InterruptEnable = (1 << 1), enumerator
DSTM32L0_LpTimer.cs355 InterruptEnable = 0x08, enumerator
DAmbiqApollo4_Watchdog.cs134 InterruptEnable = 0x200, // WDTIEREN enumerator
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Test/PeripheralsTests/
DCadence_UARTTests.cs89 InterruptEnable = 0x08, enumerator
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DXilinxQSPI.cs296 public uint InterruptEnable = 0x00000000; field in Antmicro.Renode.Peripherals.SPI.XilinxQSPI.regs
317 InterruptEnable = 0x08, enumerator
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/I2C/
DEFR32xG2_I2CController.cs83 InterruptEnable = 0x40, enumerator
DEFR32_I2CController.cs87 InterruptEnable = 0x40, enumerator
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/
DGaislerEth.cs377 public bool InterruptEnable; field in Antmicro.Renode.Peripherals.Network.GaislerEth.transmitDescriptor
431 public bool InterruptEnable; field in Antmicro.Renode.Peripherals.Network.GaislerEth.receiveDescriptor
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CAN/
DMPFS_CAN.cs406 public bool InterruptEnable { get; set; } property in Antmicro.Renode.Peripherals.CAN.MPFS_CAN.MessageBuffer
548 InterruptEnable = 0x004, enumerator

12345