| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/I2C/ |
| D | STM32F4_I2C.cs | 144 private void InterruptEnableChange(bool oldValue, bool newValue) in InterruptEnableChange() 174 private void DataWrite(uint oldValue, uint newValue) in DataWrite() 230 private void SoftwareResetWrite(bool oldValue, bool newValue) in SoftwareResetWrite() 238 private void StopWrite(bool oldValue, bool newValue) in StopWrite() 260 private void StartWrite(bool oldValue, bool newValue) in StartWrite() 293 private void PeripheralEnableWrite(bool oldValue, bool newValue) in PeripheralEnableWrite()
|
| D | STM32F7_I2C.cs | 304 private void PeripheralEnabledWrite(bool oldValue, bool newValue) in PeripheralEnabledWrite() 386 private void HandleTransmitDataWrite(uint oldValue, uint newValue) in HandleTransmitDataWrite() 398 private void MasterTransmitDataWrite(uint oldValue, uint newValue) in MasterTransmitDataWrite() 414 private void SlaveTransmitDataWrite(uint oldValue, uint newValue) in SlaveTransmitDataWrite()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/Structure/Registers/ |
| D | PeripheralRegister.cs | 106 protected override void CallChangeHandlers(ulong oldValue, ulong newValue) in CallChangeHandlers() 111 protected override void CallReadHandlers(ulong oldValue, ulong newValue) in CallReadHandlers() 116 protected override void CallWriteHandlers(ulong oldValue, ulong newValue) in CallWriteHandlers() 215 protected override void CallChangeHandlers(ulong oldValue, ulong newValue) in CallChangeHandlers() 220 protected override void CallReadHandlers(ulong oldValue, ulong newValue) in CallReadHandlers() 225 protected override void CallWriteHandlers(ulong oldValue, ulong newValue) in CallWriteHandlers() 324 protected override void CallChangeHandlers(ulong oldValue, ulong newValue) in CallChangeHandlers() 329 protected override void CallReadHandlers(ulong oldValue, ulong newValue) in CallReadHandlers() 334 protected override void CallWriteHandlers(ulong oldValue, ulong newValue) in CallWriteHandlers() 433 protected override void CallChangeHandlers(ulong oldValue, ulong newValue) in CallChangeHandlers() [all …]
|
| D | RegisterField.cs | 119 public override void CallReadHandler(ulong oldValue, ulong newValue) in CallReadHandler() 129 public override void CallWriteHandler(ulong oldValue, ulong newValue) in CallWriteHandler() 139 public override void CallChangeHandler(ulong oldValue, ulong newValue) in CallChangeHandler() 185 public abstract void CallReadHandler(ulong oldValue, ulong newValue); in CallReadHandler() 187 public abstract void CallWriteHandler(ulong oldValue, ulong newValue); in CallWriteHandler() 189 public abstract void CallChangeHandler(ulong oldValue, ulong newValue); in CallChangeHandler()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/ |
| D | SunxiHighSpeedTimer.cs | 271 private void OnModeChange(bool oldValue, bool newValue) in OnModeChange() 276 private void OnPrescalerChange(ulong oldValue, ulong newValue) in OnPrescalerChange() 288 private void OnReload(bool oldValue, bool newValue) in OnReload() 296 private void OnEnableChange(bool oldValue, bool newValue) in OnEnableChange()
|
| D | TexasInstrumentsTimer.cs | 210 … private void OnEnableModeChanged(OperationMode oldValue, OperationMode newValue, LimitTimer timer) in OnEnableModeChanged() 231 private void OnTimerModeChanged(TimerMode oldValue, TimerMode newValue) in OnTimerModeChanged()
|
| D | SunxiTimer.cs | 244 private void OnClockSourceChange(ClockSource oldValue, ClockSource newValue) in OnClockSourceChange()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/ |
| D | BitHelper.cs | 61 public static uint SetBitsFrom(uint source, uint newValue, int position, int width) in SetBitsFrom() 68 public static ulong SetBitsFrom(ulong source, ulong newValue, int position, int width) in SetBitsFrom() 236 public static void UpdateWithShifted(ref uint reg, uint newValue, int position, int width) in UpdateWithShifted() 241 public static void UpdateWithShifted(ref ulong reg, ulong newValue, int position, int width) in UpdateWithShifted() 246 public static void UpdateWithMasked(ref uint reg, uint newValue, uint mask) in UpdateWithMasked() 251 public static void UpdateWithMasked(ref ulong reg, ulong newValue, ulong mask) in UpdateWithMasked() 256 public static void UpdateWith(ref uint reg, uint newValue, int position, int width) in UpdateWith() 262 public static void UpdateWith(ref ulong reg, ulong newValue, int position, int width) in UpdateWith() 268 public static void OrWith(ref uint reg, uint newValue, int position, int width) in OrWith() 274 public static void OrWith(ref ulong reg, ulong newValue, int position, int width) in OrWith() [all …]
|
| D | Misc.cs | 1080 public static bool CalculateUnitSuffix(double value, out double newValue, out string unit) in CalculateUnitSuffix()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Tests/UnitTests/ |
| D | RegistersTests.cs | 390 private void GlobalCallback(ulong oldValue, ulong newValue) in GlobalCallback() 397 private void EnumCallback(TwoBitEnum oldValue, TwoBitEnum newValue) in EnumCallback() 404 private void BoolCallback(bool oldValue, bool newValue) in BoolCallback() 411 private void NumberCallback(ulong oldValue, ulong newValue) in NumberCallback()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/MTD/ |
| D | CC2538FlashController.cs | 89 private void Write(uint newValue) in Write()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/Collections/ |
| D | MultiTreeNode.cs | 109 public void ReplaceConnectionWay(TConnectionWay oldValue, TConnectionWay newValue) in ReplaceConnectionWay()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/ |
| D | OpenTitan_SpiDevice.cs | 745 public bool TrySetWritePointer(ulong newValue) in TrySetWritePointer() 788 public bool TrySetReadPointer(ulong newValue) in TrySetReadPointer() 837 private bool PointerInDefinedRange(uint newValue) in PointerInDefinedRange()
|
| D | Quark_SPI.cs | 164 private void DisableSSI(bool oldValue, bool newValue) in DisableSSI()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/GPIOPort/ |
| D | EFR32_GPIOPort.cs | 314 private void ReroutePort(uint oldValue, uint newValue, bool isHighRegister) in ReroutePort() 342 private void ReroutePin(uint oldValue, uint newValue, bool isHighRegister) in ReroutePin()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Time/ |
| D | BaseClockSource.cs | 365 private void NotifyNumberOfEntriesChanged(int oldValue, int newValue) in NotifyNumberOfEntriesChanged()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/X86/ |
| D | LAPIC.cs | 359 private void ApicEnabledChanged(bool oldValue, bool newValue) in ApicEnabledChanged()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SD/ |
| D | SunxiMMC.cs | 201 private void OnStartCommand(bool oldValue, bool newValue) in OnStartCommand()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/ |
| D | NRF52840_PPI.cs | 195 private void UpdateEventEndpoint(uint oldValue, uint newValue, int eventId) in UpdateEventEndpoint()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/ |
| D | ARM_GenericInterruptController.cs | 1998 …private bool SetOnTransitionToTrue(ref bool value, bool newValue, string warningOnTransitionToFals… in SetOnTransitionToTrue()
|