Type Alias IntW

Source
pub type IntW<'a, REG> = BitWriter<'a, REG>;
Expand description

Field INT writer - Active interrupt by read, write 1 to clear interrupt

Aliased Typeยง

struct IntW<'a, REG> { /* private fields */ }