Searched refs:currentRxPointer (Results 1 – 1 of 1) sorted by relevance
53 currentRxPointer = 0; in Reset()109 … this.Log(LogLevel.Noisy, "Transfering 0x{0:X} to 0x{1:X}", character, currentRxPointer); in CharWritten()110 sysbus.WriteByte(currentRxPointer, character); in CharWritten()112 currentRxPointer++; in CharWritten()313 currentRxPointer = (uint)rxPointer.Value; in StartRx()396 private uint currentRxPointer; field in Antmicro.Renode.Peripherals.UART.NRF52840_UART