pub struct R(/* private fields */);Expand description
Register INTFL reader
Implementations§
Source§impl R
impl R
Sourcepub fn tx_stalled(&self) -> TX_STALLED_R
pub fn tx_stalled(&self) -> TX_STALLED_R
Bit 0 - Transaction Stalled Int Status
Sourcepub fn rx_stalled(&self) -> RX_STALLED_R
pub fn rx_stalled(&self) -> RX_STALLED_R
Bit 1 - Results Stalled Int Status
Sourcepub fn tx_ready(&self) -> TX_READY_R
pub fn tx_ready(&self) -> TX_READY_R
Bit 2 - Transaction Ready Int Status
Sourcepub fn tx_fifo_ae(&self) -> TX_FIFO_AE_R
pub fn tx_fifo_ae(&self) -> TX_FIFO_AE_R
Bit 4 - TXFIFO Almost Empty Int Status
Sourcepub fn rx_fifo_af(&self) -> RX_FIFO_AF_R
pub fn rx_fifo_af(&self) -> RX_FIFO_AF_R
Bit 5 - RXFIFO Almost Full Int Status
Methods from Deref<Target = R<INTFL_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 UnsafeUnpin 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