Type Alias CONT_W

Source
pub type CONT_W<'a> = BitWriter<'a, u32, CMD_SPEC, bool, 4>;
Expand description

Field CONT writer - Continue transmission

Aliased Typeยง

pub struct CONT_W<'a> { /* private fields */ }