Home
last modified time | relevance | path

Searched refs:WriteEnable (Results 1 – 7 of 7) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/MTD/
DISPIFlash.cs14 void WriteEnable(); in WriteEnable() method
23 WriteEnable = 0x06, enumerator
DDummySPIFlash.cs25 public void WriteEnable() in WriteEnable() method in Antmicro.Renode.Peripherals.MTD.DummySPIFlash
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DGigaDevice_GD25LQ.cs118 case Commands.WriteEnable: in RecognizeOperation()
119 currentOperation.Operation = DecodedOperation.OperationType.WriteEnable; in RecognizeOperation()
139 case DecodedOperation.OperationType.WriteEnable: in RecognizeOperation()
229 WriteEnable = 0x6, enumerator
DNPCX_Flash.cs50 case Commands.WriteEnable: in Transmit()
293 WriteEnable = 0x06, enumerator
DMXIC_MX66UM1G45G.cs265 case (byte)Commands.WriteEnable: in RecognizeOperation()
742 WriteEnable = 0x06, enumerator
DGenericSpiFlash.cs307 case (byte)Commands.WriteEnable: in RecognizeOperation()
738 WriteEnable = 0x06, enumerator
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/NORFlash/
DDecodedOperation.cs84 WriteEnable enumerator