pub struct R(_);
Expand description
Register USER2
reader
Implementations
sourceimpl R
impl R
sourcepub fn usr_command_value(&self) -> USR_COMMAND_VALUE_R
pub fn usr_command_value(&self) -> USR_COMMAND_VALUE_R
Bits 0:15 - The value of command.
sourcepub fn usr_command_bitlen(&self) -> USR_COMMAND_BITLEN_R
pub fn usr_command_bitlen(&self) -> USR_COMMAND_BITLEN_R
Bits 28:31 - The length in bits of command phase. The register value shall be (bit_num-1)
Methods from Deref<Target = R<USER2_SPEC>>
Trait Implementations
sourceimpl From<R<USER2_SPEC>> for R
impl From<R<USER2_SPEC>> for R
sourcefn from(reader: R<USER2_SPEC>) -> Self
fn from(reader: R<USER2_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more