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