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