Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sensors/ICM20948/
DICM20948.cs59 state = State.ReceivedFirstByte; in Write()
65 goto case State.ReceivedFirstByte; in Write()
67 case State.ReceivedFirstByte: in Write()
106 …if(state != State.ReceivedFirstByte) // in case of reading we may (documentation permits this or r… in II2CPeripheral.FinishTransmission()
305 ReceivedFirstByte, enumerator
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sensors/
DAK0991x.cs45 state = State.ReceivedFirstByte; in Write()
47 case State.ReceivedFirstByte: in Write()
79 …if(state != State.ReceivedFirstByte) //in case of reading we may (documentation permits this or re… in FinishTransmission()
296 ReceivedFirstByte, enumerator
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/I2C/
DBME280.cs49 state = State.ReceivedFirstByte; in Write()
51 case State.ReceivedFirstByte: in Write()
85 …if(state != State.ReceivedFirstByte) //in case of reading we may (documentation permits this or re… in FinishTransmission()
369 ReceivedFirstByte, enumerator