Type Alias IntmajorW
pub type IntmajorW<'a, REG> = BitWriter<'a, REG, Intmajor>;Expand description
Field INTMAJOR writer - Enable an interrupt when major iteration count
completes.
Aliased Type§
pub struct IntmajorW<'a, REG> { /* private fields */ }