pub struct R(_);
Expand description
Register RX_ST1
reader
Implementations§
source§impl R
impl R
sourcepub fn rx_fifo_rd_bit_cnt(&self) -> RX_FIFO_RD_BIT_CNT_R
pub fn rx_fifo_rd_bit_cnt(&self) -> RX_FIFO_RD_BIT_CNT_R
Bits 13:31 - Indicates the current read bit number from Rx FIFO.
Methods from Deref<Target = R<RX_ST1_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