Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/I2C/
DS32K3XX_LowPowerInterIntegratedCircuit.cs158 …if(matchConfiguration.Value == MatchMode.Disabled || matchConfiguration.Value == MatchMode.Reserve… in RunDataMatcher()
165 switch(matchConfiguration.Value) in RunDataMatcher()
331 .WithEnumField(16, 3, out matchConfiguration, name: "MatchConfiguration") in DefineRegisters()
551 private IEnumRegisterField<MatchMode> matchConfiguration; field in Antmicro.Renode.Peripherals.I2C.S32K3XX_LowPowerInterIntegratedCircuit