Struct d1_pac::rtc::fout_32k_ctrl_gating::R
source · pub struct R(/* private fields */);
Expand description
Register fout_32k_ctrl_gating
reader
Implementations§
source§impl R
impl R
sourcepub fn fanout_32k_gating(&self) -> FANOUT_32K_GATING_R
pub fn fanout_32k_gating(&self) -> FANOUT_32K_GATING_R
Bit 0 - LOSC out gating enable
Configuration of LOSC output, and there is no LOSC output by default.
sourcepub fn losc_out_src_sel(&self) -> LOSC_OUT_SRC_SEL_R
pub fn losc_out_src_sel(&self) -> LOSC_OUT_SRC_SEL_R
Bits 1:2 - LOSC output source select
sourcepub fn hosc_to_32k_divider_enable(&self) -> HOSC_TO_32K_DIVIDER_ENABLE_R
pub fn hosc_to_32k_divider_enable(&self) -> HOSC_TO_32K_DIVIDER_ENABLE_R
Bit 16 - HOSC to 32k divider enable
Methods from Deref<Target = R<FOUT_32K_CTRL_GATING_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