Struct d1_pac::emac::emac_rx_ctl1::W
source · pub struct W(/* private fields */);
Expand description
Register emac_rx_ctl1
writer
Implementations§
source§impl W
impl W
sourcepub fn flush_rx_frm(&mut self) -> FLUSH_RX_FRM_W<'_, 0>
pub fn flush_rx_frm(&mut self) -> FLUSH_RX_FRM_W<'_, 0>
Bit 0 - Flush Receive Frames
sourcepub fn rx_runt_frm(&mut self) -> RX_RUNT_FRM_W<'_, 2>
pub fn rx_runt_frm(&mut self) -> RX_RUNT_FRM_W<'_, 2>
Bit 2
sourcepub fn rx_err_frm(&mut self) -> RX_ERR_FRM_W<'_, 3>
pub fn rx_err_frm(&mut self) -> RX_ERR_FRM_W<'_, 3>
Bit 3
sourcepub fn rx_flow_ctl_th_act(&mut self) -> RX_FLOW_CTL_TH_ACT_W<'_, 20>
pub fn rx_flow_ctl_th_act(&mut self) -> RX_FLOW_CTL_TH_ACT_W<'_, 20>
Bits 20:21 - Threshold for Activating Flow Control
sourcepub fn rx_flow_ctl_th_deact(&mut self) -> RX_FLOW_CTL_TH_DEACT_W<'_, 22>
pub fn rx_flow_ctl_th_deact(&mut self) -> RX_FLOW_CTL_TH_DEACT_W<'_, 22>
Bits 22:23 - Threshold for Deactivating Flow Control
sourcepub fn rx_fifo_flow_ctl(&mut self) -> RX_FIFO_FLOW_CTL_W<'_, 24>
pub fn rx_fifo_flow_ctl(&mut self) -> RX_FIFO_FLOW_CTL_W<'_, 24>
Bit 24 - Receive FIFO Flow Control Enable
sourcepub fn rx_ema_en(&mut self) -> RX_EMA_EN_W<'_, 30>
pub fn rx_ema_en(&mut self) -> RX_EMA_EN_W<'_, 30>
Bit 30 - Receive DMA Enable
sourcepub fn rx_dma_start(&mut self) -> RX_DMA_START_W<'_, 31>
pub fn rx_dma_start(&mut self) -> RX_DMA_START_W<'_, 31>
Bit 31
Methods from Deref<Target = W<EMAC_RX_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