DeterministicESPAsyncWebServer v6.27.1
Zero-allocation, bounded-execution async HTTP server for ESP32
Loading...
Searching...
No Matches
zigbee.cpp File Reference

Zigbee EZSP / ASH framing codec - implementation. More...

Go to the source code of this file.

Detailed Description

Zigbee EZSP / ASH framing codec - implementation.

ASH (UG101): [control | payload | CRC16] byte-stuffed and Flag-terminated. The CRC is CRC-16/CCITT (poly 0x1021, init 0xFFFF); the reserved bytes 0x7E / 0x7D / 0x11 / 0x13 / 0x18 / 0x1A are escaped as 0x7D, (byte XOR 0x20).

Definition in file zigbee.cpp.