Struct d1_pac::ccu::ccu_fan_gate::W
source · pub struct W(/* private fields */);
Expand description
Register ccu_fan_gate
writer
Implementations§
source§impl W
impl W
sourcepub fn clk24m_en(&mut self) -> CLK24M_EN_W<'_, 0>
pub fn clk24m_en(&mut self) -> CLK24M_EN_W<'_, 0>
Bit 0 - Gating for CLK24M
sourcepub fn clk12m_en(&mut self) -> CLK12M_EN_W<'_, 1>
pub fn clk12m_en(&mut self) -> CLK12M_EN_W<'_, 1>
Bit 1 - Gating for CLK12M
sourcepub fn clk16m_en(&mut self) -> CLK16M_EN_W<'_, 2>
pub fn clk16m_en(&mut self) -> CLK16M_EN_W<'_, 2>
Bit 2 - Gating for CLK16M
sourcepub fn clk25m_en(&mut self) -> CLK25M_EN_W<'_, 3>
pub fn clk25m_en(&mut self) -> CLK25M_EN_W<'_, 3>
Bit 3 - Gating for CLK25M
sourcepub fn clk32k_en(&mut self) -> CLK32K_EN_W<'_, 4>
pub fn clk32k_en(&mut self) -> CLK32K_EN_W<'_, 4>
Bit 4 - Gating for CLK32K
Methods from Deref<Target = W<CCU_FAN_GATE_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