Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/MTD/
DISPIFlash.cs21 public enum SPIFlashCommand enum
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DXilinxQSPI.cs194 switch((SPIFlashCommand)(command & 0xff)) in sendCommand()
196 case SPIFlashCommand.ReadID: in sendCommand()