pub struct W(_);
Expand description
Register USER1
writer
Implementations
sourceimpl W
impl W
sourcepub fn usr_dummy_cyclelen(&mut self) -> USR_DUMMY_CYCLELEN_W<'_, 0>
pub fn usr_dummy_cyclelen(&mut self) -> USR_DUMMY_CYCLELEN_W<'_, 0>
Bits 0:5 - The SPI_CLK cycle length minus 1 of DUMMY phase.
sourcepub fn usr_addr_bitlen(&mut self) -> USR_ADDR_BITLEN_W<'_, 26>
pub fn usr_addr_bitlen(&mut self) -> USR_ADDR_BITLEN_W<'_, 26>
Bits 26:31 - The length in bits of ADDR phase. The register value shall be (bit_num-1).
Methods from Deref<Target = W<USER1_SPEC>>
Trait Implementations
sourceimpl From<W<USER1_SPEC>> for W
impl From<W<USER1_SPEC>> for W
sourcefn from(writer: W<USER1_SPEC>) -> Self
fn from(writer: W<USER1_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