Home
last modified time | relevance | path

Searched defs:Priority (Results 1 – 5 of 5) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/PLIC/
DIrqSource.cs35 public uint Priority property in Antmicro.Renode.Peripherals.IRQControllers.PLIC.IrqSource
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/IRQControllers/
DPL190_VIC.cs313 public int Priority => VectorId != -1 ? VectorId : int.MaxValue; field in Antmicro.Renode.Peripherals.IRQControllers.PL190_VIC.Interrupt
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CAN/S32K3XX_FlexCAN/
DS32K3XX_FlexCAN_Structures.cs311 public uint Priority => localPriority; field
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/DMA/
DSTM32WBA_GPDMA.cs512 private enum Priority enum in Antmicro.Renode.Peripherals.DMA.STM32WBA55_GPDMA.Channel
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/
DARM_GenericInterruptController.cs2858 … public InterruptPriority Priority => cpu.IsVirtualized() ? VirtualPriority : PhysicalPriority; field in Antmicro.Renode.Peripherals.IRQControllers.RunningInterrupts
3002 public InterruptPriority Priority { get; set; } property in Antmicro.Renode.Peripherals.IRQControllers.InterruptConfig