Struct d1_pac::emac::emac_tx_flow_ctl::R
source · pub struct R(/* private fields */);
Expand description
Register emac_tx_flow_ctl
reader
Implementations§
source§impl R
impl R
sourcepub fn tx_flow_ctl_en(&self) -> TX_FLOW_CTL_EN_R
pub fn tx_flow_ctl_en(&self) -> TX_FLOW_CTL_EN_R
Bit 0 - TX Flow Control Enable
sourcepub fn zqp_frm_en(&self) -> ZQP_FRM_EN_R
pub fn zqp_frm_en(&self) -> ZQP_FRM_EN_R
Bit 1
sourcepub fn pause_time(&self) -> PAUSE_TIME_R
pub fn pause_time(&self) -> PAUSE_TIME_R
Bits 4:19
sourcepub fn tx_pause_frm_slot(&self) -> TX_PAUSE_FRM_SLOT_R
pub fn tx_pause_frm_slot(&self) -> TX_PAUSE_FRM_SLOT_R
Bits 20:21
sourcepub fn tx_flow_ctl_sta(&self) -> TX_FLOW_CTL_STA_R
pub fn tx_flow_ctl_sta(&self) -> TX_FLOW_CTL_STA_R
Bit 31
Methods from Deref<Target = R<EMAC_TX_FLOW_CTL_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