Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sensors/
DHS3001.cs107 if(EnterReconfigurationSequence.SequenceEqual(data)) in Write()
347 … private static readonly byte[] EnterReconfigurationSequence = new byte[]{ 0xA0, 0x00, 0x00 }; field in Antmicro.Renode.Peripherals.Sensors.HS3001