pub struct W(_);
Expand description
Register FH0_CFG1
writer
Implementations
sourceimpl W
impl W
sourcepub fn fh0_clr_ost(&mut self) -> FH0_CLR_OST_W<'_, 0>
pub fn fh0_clr_ost(&mut self) -> FH0_CLR_OST_W<'_, 0>
Bit 0
sourcepub fn fh0_cbcpulse(&mut self) -> FH0_CBCPULSE_W<'_, 1>
pub fn fh0_cbcpulse(&mut self) -> FH0_CBCPULSE_W<'_, 1>
Bits 1:2
sourcepub fn fh0_force_cbc(&mut self) -> FH0_FORCE_CBC_W<'_, 3>
pub fn fh0_force_cbc(&mut self) -> FH0_FORCE_CBC_W<'_, 3>
Bit 3
sourcepub fn fh0_force_ost(&mut self) -> FH0_FORCE_OST_W<'_, 4>
pub fn fh0_force_ost(&mut self) -> FH0_FORCE_OST_W<'_, 4>
Bit 4
Methods from Deref<Target = W<FH0_CFG1_SPEC>>
Trait Implementations
sourceimpl From<W<FH0_CFG1_SPEC>> for W
impl From<W<FH0_CFG1_SPEC>> for W
sourcefn from(writer: W<FH0_CFG1_SPEC>) -> Self
fn from(writer: W<FH0_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