Struct d1_pac::emac::emac_rx_ctl1::R
source · pub struct R(/* private fields */);
Expand description
Register emac_rx_ctl1
reader
Implementations§
source§impl R
impl R
sourcepub fn flush_rx_frm(&self) -> FLUSH_RX_FRM_R
pub fn flush_rx_frm(&self) -> FLUSH_RX_FRM_R
Bit 0 - Flush Receive Frames
sourcepub fn rx_runt_frm(&self) -> RX_RUNT_FRM_R
pub fn rx_runt_frm(&self) -> RX_RUNT_FRM_R
Bit 2
sourcepub fn rx_err_frm(&self) -> RX_ERR_FRM_R
pub fn rx_err_frm(&self) -> RX_ERR_FRM_R
Bit 3
sourcepub fn rx_flow_ctl_th_act(&self) -> RX_FLOW_CTL_TH_ACT_R
pub fn rx_flow_ctl_th_act(&self) -> RX_FLOW_CTL_TH_ACT_R
Bits 20:21 - Threshold for Activating Flow Control
sourcepub fn rx_flow_ctl_th_deact(&self) -> RX_FLOW_CTL_TH_DEACT_R
pub fn rx_flow_ctl_th_deact(&self) -> RX_FLOW_CTL_TH_DEACT_R
Bits 22:23 - Threshold for Deactivating Flow Control
sourcepub fn rx_fifo_flow_ctl(&self) -> RX_FIFO_FLOW_CTL_R
pub fn rx_fifo_flow_ctl(&self) -> RX_FIFO_FLOW_CTL_R
Bit 24 - Receive FIFO Flow Control Enable
sourcepub fn rx_ema_en(&self) -> RX_EMA_EN_R
pub fn rx_ema_en(&self) -> RX_EMA_EN_R
Bit 30 - Receive DMA Enable
sourcepub fn rx_dma_start(&self) -> RX_DMA_START_R
pub fn rx_dma_start(&self) -> RX_DMA_START_R
Bit 31
Methods from Deref<Target = R<EMAC_RX_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