pub struct R(_);
Expand description
Register FH1_CFG1
reader
Implementations
sourceimpl R
impl R
sourcepub fn fh1_clr_ost(&self) -> FH1_CLR_OST_R
pub fn fh1_clr_ost(&self) -> FH1_CLR_OST_R
Bit 0
sourcepub fn fh1_cbcpulse(&self) -> FH1_CBCPULSE_R
pub fn fh1_cbcpulse(&self) -> FH1_CBCPULSE_R
Bits 1:2
sourcepub fn fh1_force_cbc(&self) -> FH1_FORCE_CBC_R
pub fn fh1_force_cbc(&self) -> FH1_FORCE_CBC_R
Bit 3
sourcepub fn fh1_force_ost(&self) -> FH1_FORCE_OST_R
pub fn fh1_force_ost(&self) -> FH1_FORCE_OST_R
Bit 4
Methods from Deref<Target = R<FH1_CFG1_SPEC>>
Trait Implementations
sourceimpl From<R<FH1_CFG1_SPEC>> for R
impl From<R<FH1_CFG1_SPEC>> for R
sourcefn from(reader: R<FH1_CFG1_SPEC>) -> Self
fn from(reader: R<FH1_CFG1_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