Struct d1_pac::emac::emac_int_en::R
source · pub struct R(/* private fields */);
Expand description
Register emac_int_en
reader
Implementations§
source§impl R
impl R
sourcepub fn tx_int_en(&self) -> TX_INT_EN_R
pub fn tx_int_en(&self) -> TX_INT_EN_R
Bit 0 - Transmit Interrupt
sourcepub fn tx_dma_stopped_int_en(&self) -> TX_DMA_STOPPED_INT_EN_R
pub fn tx_dma_stopped_int_en(&self) -> TX_DMA_STOPPED_INT_EN_R
Bit 1 - Transmit DMA FSM Stopped Interrupt
sourcepub fn tx_buf_ua_int_en(&self) -> TX_BUF_UA_INT_EN_R
pub fn tx_buf_ua_int_en(&self) -> TX_BUF_UA_INT_EN_R
Bit 2 - Transmit Buffer Available Interrupt
sourcepub fn tx_timeout_int_en(&self) -> TX_TIMEOUT_INT_EN_R
pub fn tx_timeout_int_en(&self) -> TX_TIMEOUT_INT_EN_R
Bit 3 - Transmit Timeout Interrupt
sourcepub fn tx_underflow_int_en(&self) -> TX_UNDERFLOW_INT_EN_R
pub fn tx_underflow_int_en(&self) -> TX_UNDERFLOW_INT_EN_R
Bit 4 - Transmit Underflow Interrupt
sourcepub fn tx_early_int_en(&self) -> TX_EARLY_INT_EN_R
pub fn tx_early_int_en(&self) -> TX_EARLY_INT_EN_R
Bit 5 - Early Transmit Interrupt
sourcepub fn rx_int_en(&self) -> RX_INT_EN_R
pub fn rx_int_en(&self) -> RX_INT_EN_R
Bit 8 - Receive Interrupt
sourcepub fn rx_buf_ua_int_en(&self) -> RX_BUF_UA_INT_EN_R
pub fn rx_buf_ua_int_en(&self) -> RX_BUF_UA_INT_EN_R
Bit 9 - Receive Buffer Unavailable Interrupt
sourcepub fn rx_dma_stopped_int_en(&self) -> RX_DMA_STOPPED_INT_EN_R
pub fn rx_dma_stopped_int_en(&self) -> RX_DMA_STOPPED_INT_EN_R
Bit 10 - Receive DMA FSM Stopped Interrupt
sourcepub fn rx_timeout_int_en(&self) -> RX_TIMEOUT_INT_EN_R
pub fn rx_timeout_int_en(&self) -> RX_TIMEOUT_INT_EN_R
Bit 11 - Receive Timeout Interrupt
sourcepub fn rx_overflow_int_en(&self) -> RX_OVERFLOW_INT_EN_R
pub fn rx_overflow_int_en(&self) -> RX_OVERFLOW_INT_EN_R
Bit 12 - Receive Overflow Interrupt
sourcepub fn rx_early_int_en(&self) -> RX_EARLY_INT_EN_R
pub fn rx_early_int_en(&self) -> RX_EARLY_INT_EN_R
Bit 13 - Early Receive Interrupt
Methods from Deref<Target = R<EMAC_INT_EN_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