pub struct R(_);
Register CTRLA reader
CTRLA
Bit 0 - Enable
Bits 1:2 - Hysteresis Mode
Bit 3 - Low Power Mode
Bits 4:5 - Interrupt Mode
Bit 6 - Output Buffer Enable
Bit 7 - Run in Standby 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