Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/S32K3XX_FlexIO/
DTimer.cs51 public TimerStartBit StartBit => startBit.Value;
111 …var startBitField = configurationRegister.DefineEnumField<TimerStartBit>(1, 1, name: "TSTART (Time… in BuildTimer()
151 IEnumRegisterField<TimerStartBit> startBit, in Timer()
184 private readonly IEnumRegisterField<TimerStartBit> startBit;
282 public enum TimerStartBit enum
DUARTDirectionBase.cs77 …LogWarningNonEqual((uint)shifter.Timer.StartBit, (uint)TimerStartBit.Always, "start bit", shifter.… in LogCommonWarnings()