Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DNANDFlash.cs193 bytesToLoad = ReadIdBytes; in HandleCommand()
240 private static readonly byte[] ReadIdBytes = new byte[] { 0x0, 0xef, 0xbc }; field in Antmicro.Renode.Peripherals.SPI.NANDFlash