| /Renode-Infrastructure-v1.15.3-29f510e/src/Plugins/TracePlugin/ |
| D | TraceCommand.cs | 57 …ICommandInteraction writer, [Values(TraceEnableCommand, TraceDisableCommand)] LiteralToken enable,… in Run() 72 …public void Run(ICommandInteraction writer, [Values(TraceEnableCommand)] LiteralToken enable, Lite… in Run() 78 …public void Run(ICommandInteraction writer, [Values(TraceEnableCommand)] LiteralToken enable, Lite… in Run() 84 …public void Run(ICommandInteraction writer, [Values(TraceEnableCommand)] LiteralToken enable, Lite… in Run()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/ |
| D | SAM_TRNG.cs | 83 private IFlagRegisterField enable; field in Antmicro.Renode.Peripherals.Miscellaneous.SAM_TRNG
|
| D | K6xF_RNG.cs | 77 private readonly IFlagRegisterField enable; field in Antmicro.Renode.Peripherals.Miscellaneous.K6xF_RNG
|
| D | STM32F4_RNG.cs | 84 private IFlagRegisterField enable; field in Antmicro.Renode.Peripherals.Miscellaneous.STM32F4_RNG
|
| D | EOSS3_PacketFIFO.cs | 168 private IFlagRegisterField[] enable = new IFlagRegisterField[4]; field in Antmicro.Renode.Peripherals.Miscellaneous.EOSS3_PacketFIFO
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/CPU/ |
| D | ICPUWithMappedMemory.cs | 22 void SetBroadcastDirty(bool enable); in SetBroadcastDirty()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Helpers/ |
| D | CadenceInterruptFlag.cs | 42 public void InterruptEnable(bool enable) in InterruptEnable()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/ |
| D | Quectel_BG96.cs | 77 protected override Response Cscon(int enable = 0) => Error; in Cscon() 234 protected override Response Qnbiotevent(int enable = 0, int eventType = 1) => Error; in Qnbiotevent()
|
| D | Quectel_BC66.cs | 175 protected virtual Response Qemmtimer(int enable = 0) in Qemmtimer()
|
| D | QuectelModem.cs | 371 protected virtual Response Cscon(int enable = 0) in Cscon() 525 protected virtual Response Qnbiotevent(int enable = 0, int eventType = 1) in Qnbiotevent() 850 protected void SetPowerSavingMode(bool enable) in SetPowerSavingMode()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/MemoryControllers/ |
| D | Gaisler_FaultTolerantMemoryController.cs | 156 private void SetPromWriteEnable(bool enable) in SetPromWriteEnable()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sound/ |
| D | EOSS3_Voice.cs | 343 private IFlagRegisterField enable; field in Antmicro.Renode.Peripherals.Sound.EOSS3_Voice
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/ |
| D | PeripheralAccessMethods.cs | 76 public void EnableAllTranslations(bool enable, Endianess endianess) in EnableAllTranslations()
|
| D | SystemBus.cs | 286 public void LogAllPeripheralsAccess(bool enable = true) in LogAllPeripheralsAccess() 297 public void LogPeripheralAccess(IBusPeripheral busPeripheral, bool enable = true) in LogPeripheralAccess() 324 public void EnableAllTranslations(bool enable = true) in EnableAllTranslations() 332 public void EnableAllTranslations(IBusPeripheral busPeripheral, bool enable = true) in EnableAllTranslations()
|
| D | IBusController.cs | 106 void EnableAllTranslations(bool enable = true); in EnableAllTranslations() 107 void EnableAllTranslations(IBusPeripheral busPeripheral, bool enable = true); in EnableAllTranslations()
|
| D | BusControllerProxy.cs | 360 public virtual void EnableAllTranslations(bool enable = true) in EnableAllTranslations() 365 public virtual void EnableAllTranslations(IBusPeripheral busPeripheral, bool enable = true) in EnableAllTranslations()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/S32K3XX_FlexIO/ |
| D | Timer.cs | 149 IEnumRegisterField<TimerEnable> enable, in Timer() 182 private readonly IEnumRegisterField<TimerEnable> enable; field in Antmicro.Renode.Peripherals.Miscellaneous.S32K3XX_FlexIOModel.Timer
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/ |
| D | MXIC_MX66UM1G45G.cs | 705 private readonly IFlagRegisterField enable; field in Antmicro.Renode.Peripherals.SPI.MXIC_MX66UM1G45G
|
| D | GenericSpiFlash.cs | 675 private readonly IFlagRegisterField enable; field in Antmicro.Renode.Peripherals.SPI.GenericSpiFlash
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/SiLabs/ |
| D | EFR32xG2_SYSRTC_1.cs | 283 private IFlagRegisterField enable; field in Antmicro.Renode.Peripherals.Miscellaneous.SiLabs.EFR32xG2_SYSRTC_1
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/ |
| D | STM32F4_RTC.cs | 1121 private bool enable; field in Antmicro.Renode.Peripherals.Timers.STM32F4_RTC.AlarmConfig
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm-M/ |
| D | NVIC.cs | 1239 private void EnableOrDisableInterrupt(int offset, uint value, bool enable, bool isSecure) in EnableOrDisableInterrupt()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/ |
| D | TranslationCPU.cs | 2442 public void SetBroadcastDirty(bool enable) in SetBroadcastDirty()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Wireless/ |
| D | EFR32xG24_Radio.cs | 9263 public IFlagRegisterField enable; field in Antmicro.Renode.Peripherals.Wireless.EFR32xG24_Radio.PROTIMER_CaptureCompareChannel
|