pub type SKIPADDR_W<'a, const O: u8> = FieldWriter<'a, u32, CRCCNF_SPEC, u8, SKIPADDR_A, 2, O>;
Expand description

Field SKIPADDR writer - Include or exclude packet address field out of CRC calculation.

Implementations

CRC calculation includes address field

CRC calculation does not include address field. The CRC calculation will start at the first byte after the address.

CRC calculation as per 802.15.4 standard. Starting at first byte after length field.