pub type DISCARDMODE_W<'a, const O: u8> = BitWriter<'a, u32, FRAMECONFIG_SPEC, DISCARDMODE_A, O>;
Expand description

Field DISCARDMODE writer - Discarding unused bits at start or end of a frame

Implementations

Unused bits are discarded at end of frame (EoF)

Unused bits are discarded at start of frame (SoF)