Struct d1_pac::spi0::spi_ndma_mode_ctl::W
source · pub struct W(/* private fields */);
Expand description
Register spi_ndma_mode_ctl
writer
Implementations§
source§impl W
impl W
sourcepub fn spi_dma_wait(&mut self) -> SPI_DMA_WAIT_W<'_, 0>
pub fn spi_dma_wait(&mut self) -> SPI_DMA_WAIT_W<'_, 0>
Bits 0:4
sourcepub fn spi_ack_m(&mut self) -> SPI_ACK_M_W<'_, 5>
pub fn spi_ack_m(&mut self) -> SPI_ACK_M_W<'_, 5>
Bit 5 - SPI NDMA Acknowledge Mode
sourcepub fn spi_act_m(&mut self) -> SPI_ACT_M_W<'_, 6>
pub fn spi_act_m(&mut self) -> SPI_ACT_M_W<'_, 6>
Bits 6:7 - SPI NDMA Active Mode
Methods from Deref<Target = W<SPI_NDMA_MODE_CTL_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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