Type Alias DR

Source
pub type DR = Reg<DRrs>;
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.

See register structure

For information about available fields see dr module

Aliased Typeยง

struct DR { /* private fields */ }