Searched defs:CalculateCRC (Results 1 – 2 of 2) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/SENT/ | ||
| D | Messages.cs | 17 public static byte CalculateCRC(IEnumerable<byte> nibbles) in CalculateCRC() method in Antmicro.Renode.Peripherals.SENT.FastMessage |
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Wireless/IEEE802_15_4/ | ||
| D | Frame.cs | 42 …public static byte[] CalculateCRC(IEnumerable<byte> bytes, uint crcInitialValue = 0x0, CRCPolynomi… in CalculateCRC() method in Antmicro.Renode.Peripherals.Wireless.IEEE802_15_4.Frame |