Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/I2C/
DS32K3XX_LowPowerInterIntegratedCircuit.cs122 if(automaticSTOPGeneration.Value) in HandleCommand()
327 .WithFlag(8, out automaticSTOPGeneration, name: "AutomaticSTOPGeneration") in DefineRegisters()
414 if(rxQueue.Count == 0 && automaticSTOPGeneration.Value) in DefineRegisters()
560 private IFlagRegisterField automaticSTOPGeneration; field in Antmicro.Renode.Peripherals.I2C.S32K3XX_LowPowerInterIntegratedCircuit