Searched defs:CRCConfig (Results 1 – 1 of 1) sorted by relevance
151 public struct CRCConfig struct153 public CRCConfig(uint polynomial, int width, bool reflectInput, bool reflectOutput, in CRCConfig() method159 public CRCConfig(CRCPolynomial crcPolynomial, bool reflectInput, bool reflectOutput, in CRCConfig() method171 public CRCPolynomial CRCPolynomial { get; }172 public bool ReflectInput { get; }173 public bool ReflectOutput { get; }174 public uint Init { get; }175 public uint XorOutput { get; }177 public uint Polynomial => CRCPolynomial.Polynomial;179 public int Width => CRCPolynomial.Width;[all …]