Type Alias IntidW
pub type IntidW<'a, REG> = FieldWriter<'a, REG, 9, u16>;Expand description
Field INTID writer - Interrupt ID of the interrupt to trigger, in the
range 0-239. For example, a value of 0x03 specifies interrupt IRQ3.
Aliased Typeยง
pub struct IntidW<'a, REG> { /* private fields */ }