Searched refs:stopDetection (Results 1 – 1 of 1) sorted by relevance
76 stopDetection.Value = true; in Read()245 .WithFlag(5, out stopDetection, FieldMode.Read, name: "STOPF") in CreateRegisters()278 stopDetection.Value = false; in CreateRegisters()310 stopDetection.Value = false; in PeripheralEnabledWrite()366 stopDetection.Value = true; in StopTransfer()428 stopDetection.Value = true; in SetTransferCompleteFlags()447 || (stopDetectionInterruptEnabled.Value && stopDetection.Value) in Update()474 private IFlagRegisterField stopDetection; field in Antmicro.Renode.Peripherals.I2C.STM32F7_I2C