pub struct R(_);
Register SR reader
SR
Bit 0 - Transmit Ready
Bit 1 - Transmit Empty
Bit 2 - End of Transmission
Bit 3
Bit 4 - Receive Ready
Bit 5 - Receive Overrun
Bit 6 - End of Reception
Bit 7
Bit 8 - Compare 0
Bit 9 - Compare 1
Bit 10 - Transmit Sync
Bit 11 - Receive Sync
Bit 16 - Transmit Enable
Bit 17 - Receive Enable
Reads raw bits from register.
TypeId
self
Returns the argument unchanged.
Calls U::from(self).
U::from(self)
That is, this conversion is whatever the implementation of From<T> for U chooses to do.
From<T> for U