Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/UART/
DNRF52840_UART.cs53 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