pub struct W(_);Expand description
Register CMD writer
Implementations
sourceimpl W
 
impl W
sourcepub fn conf_bitlen(&mut self) -> CONF_BITLEN_W<'_>
 
pub fn conf_bitlen(&mut self) -> CONF_BITLEN_W<'_>
Bits 0:22 - Define the spi_clk cycles of SPI_CONF state. Can be configured in CONF state.
Methods from Deref<Target = W<CMD_SPEC>>
Trait Implementations
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    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