Type Alias NACK_W

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

Field NACK writer - Send NACK

Aliased Typeยง

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