pub struct R(_);
Expand description
Register FFSR
reader
Implementations
sourceimpl R
impl R
sourcepub fn fl_in_prog(&self) -> FLINPROG_R
pub fn fl_in_prog(&self) -> FLINPROG_R
Bit 0
sourcepub fn ft_stopped(&self) -> FTSTOPPED_R
pub fn ft_stopped(&self) -> FTSTOPPED_R
Bit 1
sourcepub fn tcpresent(&self) -> TCPRESENT_R
pub fn tcpresent(&self) -> TCPRESENT_R
Bit 2
sourcepub fn ft_non_stop(&self) -> FTNONSTOP_R
pub fn ft_non_stop(&self) -> FTNONSTOP_R
Bit 3
Methods from Deref<Target = R<FFSR_SPEC>>
Trait Implementations
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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