Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/I2C/
DEFR32_GenericI2CController.cs33 waitingForAddressByte = false; in Reset()
226 waitingForAddressByte = true; in OnStartCommand()
278 if(waitingForAddressByte) in LoadTxData()
290 waitingForAddressByte = false; in HandleAddressByte()
382 private bool waitingForAddressByte; field in Antmicro.Renode.Peripherals.I2C.EFR32_GenericI2CController