Searched refs:CortexM (Results 1 – 7 of 7) sorted by relevance
14 protected CortexMImplementationDefinedAttributionUnit(CortexM cpu) in CortexMImplementationDefinedAttributionUnit()
13 CLASS_NAME = "CortexM";
18 public partial class CortexM class
55 public void AttachCPU(CortexM cpu) in AttachCPU()578 foreach(var cpu in machine.SystemBus.GetCPUs().OfType<CortexM>()) in SetSleepOnExceptionExitOnAllCPUs()1316 foreach(var cpu in machine.SystemBus.GetCPUs().OfType<CortexM>()) in SetPending()1650 if(currentCpu is CortexM mcpu && mcpu.TrustZoneEnabled) in IsCurrentCPUInSecureState()2132 private CortexM cpu;
25 public partial class CortexM : Arm, IPeripheralWithTransactionState class27 …public CortexM(string cpuType, IMachine machine, NVIC nvic, [NameAlias("id")] uint cpuId = 0, Endi… in CortexM() method in Antmicro.Renode.Peripherals.CPU.CortexM
55 if(!(cpu is CortexM cortexM)) in InvokeReset()
28 …public EFR32xG24_Radio(Machine machine, MappedMemory ram, CortexM sequencer, bool pa0DbmSupport = … in EFR32xG24_Radio()828 private readonly CortexM sequencer;