pub struct W(_);
Expand description
Register USER2
writer
Implementations§
source§impl W
impl W
sourcepub fn usr_command_value(&mut self) -> USR_COMMAND_VALUE_W<'_, 0>
pub fn usr_command_value(&mut self) -> USR_COMMAND_VALUE_W<'_, 0>
Bits 0:15 - The value of command.
sourcepub fn usr_command_bitlen(&mut self) -> USR_COMMAND_BITLEN_W<'_, 28>
pub fn usr_command_bitlen(&mut self) -> USR_COMMAND_BITLEN_W<'_, 28>
Bits 28:31 - The length in bits of command phase. The register value shall be (bit_num-1)
Methods from Deref<Target = W<USER2_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more