Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/UART/
DSAMD20_UART.cs52 .WithEnumField(24, 4, out frameFormat, name: "Frame format (FORM)") in SAMD20_UART()
204 if(frameFormat.Value == FrameFormat.WithParity)
257 private readonly IEnumRegisterField<FrameFormat> frameFormat; field in Antmicro.Renode.Peripherals.UART.SAMD20_UART