Home
last modified time | relevance | path

Searched defs:oldVal (Results 1 – 2 of 2) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/IRQControllers/
DRenesasRZG_IRQController.cs247 private void InterruptStatusControlWriteCallback(int interruptIdx, bool oldVal, bool newVal) in InterruptStatusControlWriteCallback()
256 … private void GpioInterruptStatusControlWriteCallback(int interruptIdx, bool oldVal, bool newVal) in GpioInterruptStatusControlWriteCallback()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DRenesasRZG_CPG_SYSC.cs956 …private uint GetInvalidBits(uint oldVal, uint newVal, int valueOffset, int valueSize, int maskOffs… in GetInvalidBits()