Type Alias INT_W

Source
pub type INT_W<'a> = BitWriter<'a, u32, INSENSE_SPEC, bool, 0>;
Expand description

Field INT writer - Interrupt Sense Enable

Aliased Typeยง

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