Home
last modified time | relevance | path

Searched refs:HandleNoDataCommand (Results 1 – 3 of 3) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/NORFlash/
DDecodedOperation.cs93 HandleNoDataCommand, enumerator
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DMXIC_MX66UM1G45G.cs131 … AccumulateAddressBytes(data, DecodedOperation.OperationState.HandleNoDataCommand); in Transmit()
139 if(currentOperation.State == DecodedOperation.OperationState.HandleNoDataCommand) in Transmit()
141 HandleNoDataCommand(); in Transmit()
584 private void HandleNoDataCommand() in HandleNoDataCommand() method in Antmicro.Renode.Peripherals.SPI.MXIC_MX66UM1G45G
DGenericSpiFlash.cs129 … AccumulateAddressBytes(data, DecodedOperation.OperationState.HandleNoDataCommand); in Transmit()
137 if(currentOperation.State == DecodedOperation.OperationState.HandleNoDataCommand) in Transmit()
139 HandleNoDataCommand(); in Transmit()
568 private void HandleNoDataCommand() in HandleNoDataCommand() method in Antmicro.Renode.Peripherals.SPI.GenericSpiFlash