Type Alias DR

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

DR (r) register accessor: regular 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ยง

pub struct DR { /* private fields */ }