Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/
DARM_GenericInterruptController.cs3293 public struct SoftwareGeneratedInterruptRequest struct
3295 …public SoftwareGeneratedInterruptRequest(TargetType type, Affinity[] list, GroupType group, Interr… in SoftwareGeneratedInterruptRequest() argument
3303 public TargetType TargetCPUsType { get; }
3304 public Affinity[] TargetsList { get; }
3305 public GroupType TargetGroup { get; }
3306 public InterruptId InterruptId { get; }
3308 public enum TargetType