pub struct W(_);
Expand description
Register FH1_CFG1
writer
Implementations§
source§impl W
impl W
sourcepub fn fh1_clr_ost(&mut self) -> FH1_CLR_OST_W<'_, 0>
pub fn fh1_clr_ost(&mut self) -> FH1_CLR_OST_W<'_, 0>
Bit 0
sourcepub fn fh1_cbcpulse(&mut self) -> FH1_CBCPULSE_W<'_, 1>
pub fn fh1_cbcpulse(&mut self) -> FH1_CBCPULSE_W<'_, 1>
Bits 1:2
sourcepub fn fh1_force_cbc(&mut self) -> FH1_FORCE_CBC_W<'_, 3>
pub fn fh1_force_cbc(&mut self) -> FH1_FORCE_CBC_W<'_, 3>
Bit 3
sourcepub fn fh1_force_ost(&mut self) -> FH1_FORCE_OST_W<'_, 4>
pub fn fh1_force_ost(&mut self) -> FH1_FORCE_OST_W<'_, 4>
Bit 4
Methods from Deref<Target = W<FH1_CFG1_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