Struct d1_pac::emac::emac_tx_ctl1::W
source · pub struct W(/* private fields */);
Expand description
Register emac_tx_ctl1
writer
Implementations§
source§impl W
impl W
sourcepub fn flush_tx_fifo(&mut self) -> FLUSH_TX_FIFO_W<'_, 0>
pub fn flush_tx_fifo(&mut self) -> FLUSH_TX_FIFO_W<'_, 0>
Bit 0 - Flush the data in the TX FIFO
sourcepub fn tx_dma_en(&mut self) -> TX_DMA_EN_W<'_, 30>
pub fn tx_dma_en(&mut self) -> TX_DMA_EN_W<'_, 30>
Bit 30 - Transmit DMA Enable
sourcepub fn tx_dma_start(&mut self) -> TX_DMA_START_W<'_, 31>
pub fn tx_dma_start(&mut self) -> TX_DMA_START_W<'_, 31>
Bit 31 - Transmit DMA FSM Start
Methods from Deref<Target = W<EMAC_TX_CTL1_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