Struct d1_pac::emac::emac_rx_ctl0::R
source · pub struct R(/* private fields */);
Expand description
Register emac_rx_ctl0
reader
Implementations§
source§impl R
impl R
sourcepub fn rx_flow_ctl_en(&self) -> RX_FLOW_CTL_EN_R
pub fn rx_flow_ctl_en(&self) -> RX_FLOW_CTL_EN_R
Bit 16
sourcepub fn rx_pause_frm_md(&self) -> RX_PAUSE_FRM_MD_R
pub fn rx_pause_frm_md(&self) -> RX_PAUSE_FRM_MD_R
Bit 17
sourcepub fn check_crc(&self) -> CHECK_CRC_R
pub fn check_crc(&self) -> CHECK_CRC_R
Bit 27 - Check CRC Enable
sourcepub fn strip_fcs(&self) -> STRIP_FCS_R
pub fn strip_fcs(&self) -> STRIP_FCS_R
Bit 28
sourcepub fn jumbo_frm_en(&self) -> JUMBO_FRM_EN_R
pub fn jumbo_frm_en(&self) -> JUMBO_FRM_EN_R
Bit 29 - Jumbo Frame Enable
sourcepub fn rx_frm_len_ctl(&self) -> RX_FRM_LEN_CTL_R
pub fn rx_frm_len_ctl(&self) -> RX_FRM_LEN_CTL_R
Bit 30 - Frame Receive Length Control
Methods from Deref<Target = R<EMAC_RX_CTL0_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