Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/S32K3XX_FlexIO/
DInterrupt.cs63 private void OnFlagChange(bool previousValue, bool value) in OnFlagChange()
73 private void OnMaskChange(bool previousValue, bool value) in OnMaskChange()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/
DCC2538Watchdog.cs45 private uint previousValue; field in Antmicro.Renode.Peripherals.Timers.CC2538Watchdog
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/I2C/
DRenesasDA_I2C.cs969 … private bool IsControllerEnabled<T>(IRegisterField<T> field, T previousValue, string targetName) in IsControllerEnabled()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DZynq7000_SystemLevelControlRegisters.cs106 private void CheckWriteProtection(ulong previousValue, ulong value) in CheckWriteProtection()