Home
last modified time | relevance | path

Searched refs:HandleDataWrite (Results 1 – 2 of 2) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DRenesasRZG_SPI.cs56 HandleDataWrite(AccessWidth.Byte, (uint)value); in WriteByte()
74 HandleDataWrite(AccessWidth.Word, (uint)value); in WriteWord()
96 HandleDataWrite(AccessWidth.LongWord, value); in WriteDoubleWord()
294 private void HandleDataWrite(AccessWidth width, uint value) in HandleDataWrite() method in Antmicro.Renode.Peripherals.SPI.RenesasRZG_SPI
DSTM32SPI.cs115 private void HandleDataWrite(uint value) in HandleDataWrite() method in Antmicro.Renode.Peripherals.SPI.STM32SPI
210 writeCallback: (_, value) => HandleDataWrite((uint)value), name: "DR") in SetupRegisters()