Type Alias If

Source
pub type If = Reg<IFrs>;
Expand description

IF (r) register accessor: Interrupt Flag Register

You can read this register and get if_::R. See API.

For information about available fields see if_ module

Aliased Typeยง

struct If { /* private fields */ }