Struct d1_pac::emac::emac_int_sta::R
source · pub struct R(/* private fields */);
Expand description
Register emac_int_sta
reader
Implementations§
source§impl R
impl R
sourcepub fn tx_dma_stopped_p(&self) -> TX_DMA_STOPPED_P_R
pub fn tx_dma_stopped_p(&self) -> TX_DMA_STOPPED_P_R
Bit 1 - Transmission DMA Stopped Interrupt Pending
sourcepub fn tx_buf_ua_p(&self) -> TX_BUF_UA_P_R
pub fn tx_buf_ua_p(&self) -> TX_BUF_UA_P_R
Bit 2 - TX Buffer UA Interrupt Pending
sourcepub fn tx_timeout_p(&self) -> TX_TIMEOUT_P_R
pub fn tx_timeout_p(&self) -> TX_TIMEOUT_P_R
Bit 3 - Transmitter Timeout Interrupt Pending
sourcepub fn tx_underflow_p(&self) -> TX_UNDERFLOW_P_R
pub fn tx_underflow_p(&self) -> TX_UNDERFLOW_P_R
Bit 4 - TX FIFO Underflow Interrupt Pending
sourcepub fn tx_early_p(&self) -> TX_EARLY_P_R
pub fn tx_early_p(&self) -> TX_EARLY_P_R
Bit 5 - Total interrupt pending which the frame is transmitted to FIFO
sourcepub fn rx_buf_ua_p(&self) -> RX_BUF_UA_P_R
pub fn rx_buf_ua_p(&self) -> RX_BUF_UA_P_R
Bit 9 - RX Buffer UA Interrupt Pending
sourcepub fn rx_dma_stopped_p(&self) -> RX_DMA_STOPPED_P_R
pub fn rx_dma_stopped_p(&self) -> RX_DMA_STOPPED_P_R
Bit 10 - When this bit asserted, the RX DMA FSM is stopped.
sourcepub fn rx_timeout_p(&self) -> RX_TIMEOUT_P_R
pub fn rx_timeout_p(&self) -> RX_TIMEOUT_P_R
Bit 11 - RX Timeout Interrupt Pending
sourcepub fn rx_overflow_p(&self) -> RX_OVERFLOW_P_R
pub fn rx_overflow_p(&self) -> RX_OVERFLOW_P_R
Bit 12 - RX FIFO Overflow Error Interrupt Pending
sourcepub fn rx_early_p(&self) -> RX_EARLY_P_R
pub fn rx_early_p(&self) -> RX_EARLY_P_R
Bit 13 - RX DMA Filled First Data Buffer of the Receive Frame Interrupt Pending
sourcepub fn rgmii_link_sta_p(&self) -> RGMII_LINK_STA_P_R
pub fn rgmii_link_sta_p(&self) -> RGMII_LINK_STA_P_R
Bit 16 - RMII Link Status Changed Interrupt Pending
Methods from Deref<Target = R<EMAC_INT_STA_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