Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/I2C/
DSTM32F7_I2C.cs108 public bool RxNotEmpty => rxData.Count > 0; field in Antmicro.Renode.Peripherals.I2C.STM32F7_I2C
242 … .WithFlag(2, FieldMode.Read, valueProviderCallback: _ => RxNotEmpty, name: "RXNE") in CreateRegisters()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Mocks/
DHPSHostController.cs344 return !currentSlave.RxNotEmpty; in RXNECleared()