Struct d1_pac::emac::emac_rx_ctl0::W
source · pub struct W(/* private fields */);
Expand description
Register emac_rx_ctl0
writer
Implementations§
source§impl W
impl W
sourcepub fn rx_flow_ctl_en(&mut self) -> RX_FLOW_CTL_EN_W<'_, 16>
pub fn rx_flow_ctl_en(&mut self) -> RX_FLOW_CTL_EN_W<'_, 16>
Bit 16
sourcepub fn rx_pause_frm_md(&mut self) -> RX_PAUSE_FRM_MD_W<'_, 17>
pub fn rx_pause_frm_md(&mut self) -> RX_PAUSE_FRM_MD_W<'_, 17>
Bit 17
sourcepub fn check_crc(&mut self) -> CHECK_CRC_W<'_, 27>
pub fn check_crc(&mut self) -> CHECK_CRC_W<'_, 27>
Bit 27 - Check CRC Enable
sourcepub fn strip_fcs(&mut self) -> STRIP_FCS_W<'_, 28>
pub fn strip_fcs(&mut self) -> STRIP_FCS_W<'_, 28>
Bit 28
sourcepub fn jumbo_frm_en(&mut self) -> JUMBO_FRM_EN_W<'_, 29>
pub fn jumbo_frm_en(&mut self) -> JUMBO_FRM_EN_W<'_, 29>
Bit 29 - Jumbo Frame Enable
sourcepub fn rx_frm_len_ctl(&mut self) -> RX_FRM_LEN_CTL_W<'_, 30>
pub fn rx_frm_len_ctl(&mut self) -> RX_FRM_LEN_CTL_W<'_, 30>
Bit 30 - Frame Receive Length Control
Methods from Deref<Target = W<EMAC_RX_CTL0_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