pub type TDR = Reg<u32, _TDR>;
Transmit data register
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 tdr module
pub struct TDR { /* private fields */ }
Register TDR reset()’s with value 0
reset()
read() method returns tdr::R reader structure
read()
write(|w| ..) method takes tdr::W writer structure
write(|w| ..)