Dr

Type Alias Dr 

Source
pub type Dr = Reg<DrSpec>;
Expand description

DR (rw) register accessor: Data Register

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

For information about available fields see dr module

Aliased Typeยง

pub struct Dr { /* private fields */ }