Struct d1_pac::emac::emac_int_sta::W
source · pub struct W(/* private fields */);
Expand description
Register emac_int_sta
writer
Implementations§
source§impl W
impl W
sourcepub fn tx_dma_stopped_p(&mut self) -> TX_DMA_STOPPED_P_W<'_, 1>
pub fn tx_dma_stopped_p(&mut self) -> TX_DMA_STOPPED_P_W<'_, 1>
Bit 1 - Transmission DMA Stopped Interrupt Pending
sourcepub fn tx_buf_ua_p(&mut self) -> TX_BUF_UA_P_W<'_, 2>
pub fn tx_buf_ua_p(&mut self) -> TX_BUF_UA_P_W<'_, 2>
Bit 2 - TX Buffer UA Interrupt Pending
sourcepub fn tx_timeout_p(&mut self) -> TX_TIMEOUT_P_W<'_, 3>
pub fn tx_timeout_p(&mut self) -> TX_TIMEOUT_P_W<'_, 3>
Bit 3 - Transmitter Timeout Interrupt Pending
sourcepub fn tx_underflow_p(&mut self) -> TX_UNDERFLOW_P_W<'_, 4>
pub fn tx_underflow_p(&mut self) -> TX_UNDERFLOW_P_W<'_, 4>
Bit 4 - TX FIFO Underflow Interrupt Pending
sourcepub fn tx_early_p(&mut self) -> TX_EARLY_P_W<'_, 5>
pub fn tx_early_p(&mut self) -> TX_EARLY_P_W<'_, 5>
Bit 5 - Total interrupt pending which the frame is transmitted to FIFO
sourcepub fn rx_buf_ua_p(&mut self) -> RX_BUF_UA_P_W<'_, 9>
pub fn rx_buf_ua_p(&mut self) -> RX_BUF_UA_P_W<'_, 9>
Bit 9 - RX Buffer UA Interrupt Pending
sourcepub fn rx_dma_stopped_p(&mut self) -> RX_DMA_STOPPED_P_W<'_, 10>
pub fn rx_dma_stopped_p(&mut self) -> RX_DMA_STOPPED_P_W<'_, 10>
Bit 10 - When this bit asserted, the RX DMA FSM is stopped.
sourcepub fn rx_timeout_p(&mut self) -> RX_TIMEOUT_P_W<'_, 11>
pub fn rx_timeout_p(&mut self) -> RX_TIMEOUT_P_W<'_, 11>
Bit 11 - RX Timeout Interrupt Pending
sourcepub fn rx_overflow_p(&mut self) -> RX_OVERFLOW_P_W<'_, 12>
pub fn rx_overflow_p(&mut self) -> RX_OVERFLOW_P_W<'_, 12>
Bit 12 - RX FIFO Overflow Error Interrupt Pending
sourcepub fn rx_early_p(&mut self) -> RX_EARLY_P_W<'_, 13>
pub fn rx_early_p(&mut self) -> RX_EARLY_P_W<'_, 13>
Bit 13 - RX DMA Filled First Data Buffer of the Receive Frame Interrupt Pending
sourcepub fn rgmii_link_sta_p(&mut self) -> RGMII_LINK_STA_P_W<'_, 16>
pub fn rgmii_link_sta_p(&mut self) -> RGMII_LINK_STA_P_W<'_, 16>
Bit 16 - RMII Link Status Changed Interrupt Pending
Methods from Deref<Target = W<EMAC_INT_STA_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