Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/UART/
DNRF52840_UART.cs285 .WithValueField(0, 16, out txMaximumCount, name: "MAXCNT") in DefineRegisters()
344 if(txMaximumCount.Value == 0) in StartTx()
351 var bytesRead = sysbus.ReadBytes(txPointer.Value, (int)txMaximumCount.Value); in StartTx()
356 txAmount.Value = txMaximumCount.Value; in StartTx()
403 private IValueRegisterField txMaximumCount; field in Antmicro.Renode.Peripherals.UART.NRF52840_UART