Home
last modified time | relevance | path

Searched defs:polynomial (Results 1 – 2 of 2) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DCRCEngine.cs23 …public CRCEngine(uint polynomial, int crcWidth, bool reflectInput = true, bool reflectOutput = tru… in CRCEngine()
29 … public CRCEngine(CRCPolynomial polynomial, bool reflectInput = true, bool reflectOutput = true, in CRCEngine()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CRC/
DSTM32_CRC.cs234 private IValueRegisterField polynomial; field in Antmicro.Renode.Peripherals.CRC.STM32_CRC