Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/S32K3XX_FlexIO/
DUARTReceiver.cs25 …LogWarningNonEqual((uint)shifter.TimerPolarity, (uint)ShifterPolarity.OnNegedge, "timer polarity",… in LogSpecificWarnings()
DUARTTransmitter.cs23 …LogWarningNonEqual((uint)shifter.TimerPolarity, (uint)ShifterPolarity.OnPosedge, "timer polarity",… in LogSpecificWarnings()
DShifter.cs67 public ShifterPolarity TimerPolarity => timerPolarity.Value; field in Antmicro.Renode.Peripherals.Miscellaneous.S32K3XX_FlexIOModel.Shifter