pub struct R(_);
Register CMD reader
CMD
Bit 0 - Set this bit to send read command.
Bit 1 - Set this bit to send programming command.
Bits 2:5 - The serial number of the block to be programmed. Value 0-10 corresponds to block number 0-10, respectively.
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