Type Alias DR

Source
pub type DR = Reg<DRrs>;
Expand description

DR (r) register accessor: data register

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

See register structure

For information about available fields see dr module

Aliased Typeยง

struct DR { /* private fields */ }