pub struct R(_);Expand description
Register RXF1S reader
Implementations
sourceimpl R
impl R
sourcepub fn f1fl(&self) -> F1FL_R
pub fn f1fl(&self) -> F1FL_R
Bits 0:3 - Rx FIFO 1 fill level Number of elements stored in Rx FIFO 1, range 0 to 3.
sourcepub fn f1gi(&self) -> F1GI_R
pub fn f1gi(&self) -> F1GI_R
Bits 8:9 - Rx FIFO 1 get index Rx FIFO 1 read index pointer, range 0 to 2.
Methods from Deref<Target = R<RXF1S_SPEC>>
Trait Implementations
sourceimpl From<R<RXF1S_SPEC>> for R
impl From<R<RXF1S_SPEC>> for R
sourcefn from(reader: R<RXF1S_SPEC>) -> Self
fn from(reader: R<RXF1S_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more