Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/UART/
DNXP_LPUART.cs569 private uint DecodeFifoCount(ulong encodedValue) in DecodeFifoCount() argument
571 if (encodedValue == 0) in DecodeFifoCount()
575 return (uint)Math.Pow(2, encodedValue + 1); in DecodeFifoCount()