Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Wireless/IEEE802_15_4/
DPHYHeader802154.cs15 public PHYHeader802154(byte byteA, byte byteB, PHYType type) in PHYHeader802154() argument
20 … Address = byteB; // This is TI CC1200 specific byte, normally 802.15.4 has just Length in PHYHeader802154()
24 Length = byteB + ((byteA & 0x7u) << 8); in PHYHeader802154()