Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/UART/
DLPC_USART.cs53 …public override uint BaudRate => (uint)((clockFrequency / (oversampleSelection.Value + 1)) / (baud…
208 .WithValueField(0, 8, out oversampleSelection, name: "OSRVAL") in DefineRegisters()
445 private IValueRegisterField oversampleSelection; field in Antmicro.Renode.Peripherals.UART.LPC_USART