Struct d1_pac::twi::twi_drv_dma_cfg::W
source · pub struct W(/* private fields */);
Expand description
Register twi_drv_dma_cfg
writer
Implementations§
source§impl W
impl W
sourcepub fn dma_tx_en(&mut self) -> DMA_TX_EN_W<'_, 8>
pub fn dma_tx_en(&mut self) -> DMA_TX_EN_W<'_, 8>
Bit 8
sourcepub fn dma_rx_en(&mut self) -> DMA_RX_EN_W<'_, 23>
pub fn dma_rx_en(&mut self) -> DMA_RX_EN_W<'_, 23>
Bits 23:24
Methods from Deref<Target = W<TWI_DRV_DMA_CFG_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