Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/I2C/
DSTM32F7_I2C.cs121 .WithFlag(5, out stopDetectionInterruptEnabled, name: "STOPIE") in CreateRegisters()
447 || (stopDetectionInterruptEnabled.Value && stopDetection.Value) in Update()
462 private IFlagRegisterField stopDetectionInterruptEnabled; field in Antmicro.Renode.Peripherals.I2C.STM32F7_I2C