Struct d1_pac::emac::emac_basic_ctl1::R
source · pub struct R(/* private fields */);
Expand description
Register emac_basic_ctl1
reader
Implementations§
source§impl R
impl R
sourcepub fn soft_rst(&self) -> SOFT_RST_R
pub fn soft_rst(&self) -> SOFT_RST_R
Bit 0 - Soft Reset all Registers and Logic
sourcepub fn rx_tx_pri(&self) -> RX_TX_PRI_R
pub fn rx_tx_pri(&self) -> RX_TX_PRI_R
Bit 1 - RX TX DMA Priority
sourcepub fn burst_len(&self) -> BURST_LEN_R
pub fn burst_len(&self) -> BURST_LEN_R
Bits 24:29 - The burst length of RX and TX DMA transfer
Methods from Deref<Target = R<EMAC_BASIC_CTL1_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