pub struct R(/* private fields */);Expand description
Register FIFO_CTRL reader
Implementations§
Source§impl R
impl R
Sourcepub fn tx_fifo_ae_lvl(&self) -> TX_FIFO_AE_LVL_R
pub fn tx_fifo_ae_lvl(&self) -> TX_FIFO_AE_LVL_R
Bits 0:4 - Transaction FIFO Almost Empty Flag Level
Sourcepub fn rx_fifo_af_lvl(&self) -> RX_FIFO_AF_LVL_R
pub fn rx_fifo_af_lvl(&self) -> RX_FIFO_AF_LVL_R
Bits 8:12 - Receive FIFO Almost Full Flag Level
Methods from Deref<Target = R<FIFO_CTRL_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