pub struct R(_);
Register CTRLA reader
CTRLA
Bit 0 - Enable Module
Bits 1:2 - Prescaler
Bit 4 - Enable Double Speed
Bit 5 - Master Operation Enable
Bit 6 - Data Order Setting
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