Struct d1_pac::emac::emac_tx_flow_ctl::W
source · pub struct W(/* private fields */);
Expand description
Register emac_tx_flow_ctl
writer
Implementations§
source§impl W
impl W
sourcepub fn tx_flow_ctl_en(&mut self) -> TX_FLOW_CTL_EN_W<'_, 0>
pub fn tx_flow_ctl_en(&mut self) -> TX_FLOW_CTL_EN_W<'_, 0>
Bit 0 - TX Flow Control Enable
sourcepub fn zqp_frm_en(&mut self) -> ZQP_FRM_EN_W<'_, 1>
pub fn zqp_frm_en(&mut self) -> ZQP_FRM_EN_W<'_, 1>
Bit 1
sourcepub fn pause_time(&mut self) -> PAUSE_TIME_W<'_, 4>
pub fn pause_time(&mut self) -> PAUSE_TIME_W<'_, 4>
Bits 4:19
sourcepub fn tx_pause_frm_slot(&mut self) -> TX_PAUSE_FRM_SLOT_W<'_, 20>
pub fn tx_pause_frm_slot(&mut self) -> TX_PAUSE_FRM_SLOT_W<'_, 20>
Bits 20:21
sourcepub fn tx_flow_ctl_sta(&mut self) -> TX_FLOW_CTL_STA_W<'_, 31>
pub fn tx_flow_ctl_sta(&mut self) -> TX_FLOW_CTL_STA_W<'_, 31>
Bit 31
Methods from Deref<Target = W<EMAC_TX_FLOW_CTL_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