Home
last modified time | relevance | path

Searched refs:CortexM (Results 1 – 7 of 7) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm-M/
DCortexMImplementationDefinedAttributionUnit.cs14 protected CortexMImplementationDefinedAttributionUnit(CortexM cpu) in CortexMImplementationDefinedAttributionUnit()
DCortexMRegisters.tt13 CLASS_NAME = "CortexM";
DCortexMRegisters.cs18 public partial class CortexM class
DNVIC.cs55 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;
DCortexM.cs25 public partial class CortexM : Arm, IPeripheralWithTransactionState class
27 …public CortexM(string cpuType, IMachine machine, NVIC nvic, [NameAlias("id")] uint cpuId = 0, Endi… in CortexM() method in Antmicro.Renode.Peripherals.CPU.CortexM
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DSAM4S_RSTC.cs55 if(!(cpu is CortexM cortexM)) in InvokeReset()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Wireless/
DEFR32xG24_Radio.cs28 …public EFR32xG24_Radio(Machine machine, MappedMemory ram, CortexM sequencer, bool pa0DbmSupport = … in EFR32xG24_Radio()
828 private readonly CortexM sequencer;