Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/I2C/
DSTM32F7_I2C.cs76 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