Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/UART/
DSTM32_UART.cs82 case StopBitsValues.Half:
84 case StopBitsValues.One:
86 case StopBitsValues.OneAndAHalf:
88 case StopBitsValues.Two:
222 private IEnumRegisterField<StopBitsValues> stopBits;
246 private enum StopBitsValues enum in Antmicro.Renode.Peripherals.UART.STM32_UART