Type Alias Mr

Source
pub type Mr = Reg<MrSpec>;
Expand description

MR (rw) register accessor: Mode Register

You can read this register and get mr::R. You can reset, write, write_with_zero this register using mr::W. You can also modify this register. See API.

For information about available fields see mr module

Aliased Typeยง

struct Mr { /* private fields */ }