Searched refs:oversampleSelection (Results 1 – 1 of 1) sorted by relevance
53 …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