pub struct R(_);
Register TCCR2A reader
TCCR2A
Bits 0:1 - Waveform Genration Mode
Bits 4:5 - Compare Output B Mode
Bits 6:7 - Compare Output A Mode
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