Struct d1_pac::ccu::ccu_fan_gate::R
source · pub struct R(/* private fields */);
Expand description
Register ccu_fan_gate
reader
Implementations§
source§impl R
impl R
sourcepub fn clk24m_en(&self) -> CLK24M_EN_R
pub fn clk24m_en(&self) -> CLK24M_EN_R
Bit 0 - Gating for CLK24M
sourcepub fn clk12m_en(&self) -> CLK12M_EN_R
pub fn clk12m_en(&self) -> CLK12M_EN_R
Bit 1 - Gating for CLK12M
sourcepub fn clk16m_en(&self) -> CLK16M_EN_R
pub fn clk16m_en(&self) -> CLK16M_EN_R
Bit 2 - Gating for CLK16M
sourcepub fn clk25m_en(&self) -> CLK25M_EN_R
pub fn clk25m_en(&self) -> CLK25M_EN_R
Bit 3 - Gating for CLK25M
sourcepub fn clk32k_en(&self) -> CLK32K_EN_R
pub fn clk32k_en(&self) -> CLK32K_EN_R
Bit 4 - Gating for CLK32K
Methods from Deref<Target = R<CCU_FAN_GATE_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