pub struct R(_);
Expand description
Register FIFO_CFG
reader
Implementations§
source§impl R
impl R
sourcepub fn tx_fifo_srst(&self) -> TX_FIFO_SRST_R
pub fn tx_fifo_srst(&self) -> TX_FIFO_SRST_R
Bit 30 - Set this bit to reset async fifo in tx module.
sourcepub fn rx_fifo_srst(&self) -> RX_FIFO_SRST_R
pub fn rx_fifo_srst(&self) -> RX_FIFO_SRST_R
Bit 31 - Set this bit to reset async fifo in rx module.
Methods from Deref<Target = R<FIFO_CFG_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
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