Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sensors/
DLSM6DSO_IMU.cs81 commandInProgress = CommandTypes.None; in FinishTransmission()
106 switch(commandInProgress) in Transmit()
113commandInProgress = (CommandTypes)BitHelper.GetValue(data, offset: IOTypeFlagPosition, size: 1); in Transmit()
114 …:X2}; setting commandInProgress to {1} and address to 0x{2:X2}", data, commandInProgress, address); in Transmit()
515 commandInProgress = CommandTypes.None; in SoftwareReset()
637 private CommandTypes commandInProgress; field in Antmicro.Renode.Peripherals.Sensors.LSM6DSO_IMU