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