Struct d1_pac::spi_dbi::spi_ndma_mode_ctl::R
source · pub struct R(/* private fields */);
Expand description
Register spi_ndma_mode_ctl
reader
Implementations§
source§impl R
impl R
sourcepub fn spi_dma_wait(&self) -> SPI_DMA_WAIT_R
pub fn spi_dma_wait(&self) -> SPI_DMA_WAIT_R
Bits 0:4
sourcepub fn spi_ack_m(&self) -> SPI_ACK_M_R
pub fn spi_ack_m(&self) -> SPI_ACK_M_R
Bit 5 - SPI NDMA Acknowledge Mode
sourcepub fn spi_act_m(&self) -> SPI_ACT_M_R
pub fn spi_act_m(&self) -> SPI_ACT_M_R
Bits 6:7 - SPI NDMA Active Mode
Methods from Deref<Target = R<SPI_NDMA_MODE_CTL_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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