Struct d1_pac::emac::emac_basic_ctl1::W
source · pub struct W(/* private fields */);
Expand description
Register emac_basic_ctl1
writer
Implementations§
source§impl W
impl W
sourcepub fn soft_rst(&mut self) -> SOFT_RST_W<'_, 0>
pub fn soft_rst(&mut self) -> SOFT_RST_W<'_, 0>
Bit 0 - Soft Reset all Registers and Logic
sourcepub fn rx_tx_pri(&mut self) -> RX_TX_PRI_W<'_, 1>
pub fn rx_tx_pri(&mut self) -> RX_TX_PRI_W<'_, 1>
Bit 1 - RX TX DMA Priority
sourcepub fn burst_len(&mut self) -> BURST_LEN_W<'_, 24>
pub fn burst_len(&mut self) -> BURST_LEN_W<'_, 24>
Bits 24:29 - The burst length of RX and TX DMA transfer
Methods from Deref<Target = W<EMAC_BASIC_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