Type Alias DR

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

DR (rw) register accessor: Backup data register (BKP_DR)

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ยง

pub struct DR { /* private fields */ }