pub type ENDIAN_W<'a, const O: u8> = BitWriter<'a, u32, PCNF1_SPEC, ENDIAN_A, O>;
Expand description

Field ENDIAN writer - On air endianness of packet, this applies to the S0, LENGTH, S1 and the PAYLOAD fields.

Implementations

Least Significant bit on air first

Most significant bit on air first