Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/UART/
DNXP_LPUART.cs284 …ithValueField(0, 2, writeCallback: (_, val) => { transmitWatermark = DecodeFifoCount(val); }, name… in NXP_LPUART()
569 private uint DecodeFifoCount(ulong encodedValue) in DecodeFifoCount() method in Antmicro.Renode.Peripherals.UART.NXP_LPUART