Searched refs:RxNotEmpty (Results 1 – 2 of 2) sorted by relevance
108 public bool RxNotEmpty => rxData.Count > 0; field in Antmicro.Renode.Peripherals.I2C.STM32F7_I2C242 … .WithFlag(2, FieldMode.Read, valueProviderCallback: _ => RxNotEmpty, name: "RXNE") in CreateRegisters()
344 return !currentSlave.RxNotEmpty; in RXNECleared()