Type Alias Idr

Source
pub type Idr = Reg<IdrSpec>;
Expand description

IDR (w) register accessor: Interrupt Disable Register

You can reset, write, write_with_zero this register using idr::W. See API.

For information about available fields see idr module

Aliased Typeยง

struct Idr { /* private fields */ }