pub struct W(_);
Expand description
Register FSM
writer
Implementations
sourceimpl W
impl W
sourcepub fn mst_dma_rd_bytelen(&mut self) -> MST_DMA_RD_BYTELEN_W<'_, 12>
pub fn mst_dma_rd_bytelen(&mut self) -> MST_DMA_RD_BYTELEN_W<'_, 12>
Bits 12:31 - Define the master DMA read byte length in non seg-conf-trans or seg-conf-trans mode. Invalid when SPI_RX_EOF_EN is 0. Can be configured in CONF state..
Methods from Deref<Target = W<FSM_SPEC>>
Trait Implementations
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