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