pub type DR16 = Reg<u16, _DR16>;
Data register - half-word sized
This register you can read, reset, write, write_with_zero, modify. See API.
read
reset
write
write_with_zero
modify
For information about available fields see dr16 module
pub struct DR16 { /* private fields */ }
Register DR16 reset()’s with value 0xffff
reset()
read() method returns dr16::R reader structure
read()
write(|w| ..) method takes dr16::W writer structure
write(|w| ..)