pub struct W(/* private fields */);
Expand description
Register smhc_bgr
writer
Implementations§
source§impl W
impl W
sourcepub unsafe fn smhc_gating<const O: u8>(&mut self) -> SMHC_GATING_W<'_, O>
pub unsafe fn smhc_gating<const O: u8>(&mut self) -> SMHC_GATING_W<'_, O>
Gating Clock
sourcepub fn smhc0_gating(&mut self) -> SMHC_GATING_W<'_, 0>
pub fn smhc0_gating(&mut self) -> SMHC_GATING_W<'_, 0>
Bit 0 - Gating Clock
sourcepub fn smhc1_gating(&mut self) -> SMHC_GATING_W<'_, 1>
pub fn smhc1_gating(&mut self) -> SMHC_GATING_W<'_, 1>
Bit 1 - Gating Clock
sourcepub fn smhc2_gating(&mut self) -> SMHC_GATING_W<'_, 2>
pub fn smhc2_gating(&mut self) -> SMHC_GATING_W<'_, 2>
Bit 2 - Gating Clock
sourcepub unsafe fn smhc_rst<const O: u8>(&mut self) -> SMHC_RST_W<'_, O>
pub unsafe fn smhc_rst<const O: u8>(&mut self) -> SMHC_RST_W<'_, O>
Reset
sourcepub fn smhc0_rst(&mut self) -> SMHC_RST_W<'_, 16>
pub fn smhc0_rst(&mut self) -> SMHC_RST_W<'_, 16>
Bit 16 - Reset
sourcepub fn smhc1_rst(&mut self) -> SMHC_RST_W<'_, 17>
pub fn smhc1_rst(&mut self) -> SMHC_RST_W<'_, 17>
Bit 17 - Reset
sourcepub fn smhc2_rst(&mut self) -> SMHC_RST_W<'_, 18>
pub fn smhc2_rst(&mut self) -> SMHC_RST_W<'_, 18>
Bit 18 - Reset
Methods from Deref<Target = W<SMHC_BGR_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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