Home
last modified time | relevance | path

Searched defs:crcPolynomial (Results 1 – 5 of 5) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Wireless/IEEE802_15_4/
DFrame.cs23 …me CreateAckForFrame(byte[] frame, uint crcInitialValue = 0x0, CRCPolynomial? crcPolynomial = null) in CreateAckForFrame()
30 …byte sequenceNumber, bool pending, uint crcInitialValue = 0x0, CRCPolynomial? crcPolynomial = null) in CreateACK()
42 …culateCRC(IEnumerable<byte> bytes, uint crcInitialValue = 0x0, CRCPolynomial? crcPolynomial = null) in CalculateCRC()
65 public Frame(byte[] data, CRCPolynomial? crcPolynomial = null) in Frame()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DCRCEngine.cs85 private static uint[] GenerateLookupTable(CRCPolynomial crcPolynomial) in GenerateLookupTable()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DMAX32650_TPU.cs172 private IValueRegisterField crcPolynomial; field in Antmicro.Renode.Peripherals.Miscellaneous.MAX32650_TPU
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Wireless/
DNRF52840_Radio.cs567 private IValueRegisterField crcPolynomial; field in Antmicro.Renode.Peripherals.Wireless.NRF52840_Radio
DCC1200.cs961 private CRCPolynomial crcPolynomial; field in Antmicro.Renode.Peripherals.Wireless.CC1200