Struct d1_pac::ccu::emac_25m_clk::W
source · pub struct W(/* private fields */);
Expand description
Register emac_25m_clk
writer
Implementations§
source§impl W
impl W
sourcepub fn clk_gating(&mut self) -> CLK_GATING_W<'_, 31>
pub fn clk_gating(&mut self) -> CLK_GATING_W<'_, 31>
Bit 31 - Gating Special Clock
sourcepub fn clk_src_gating(&mut self) -> CLK_SRC_GATING_W<'_, 31>
pub fn clk_src_gating(&mut self) -> CLK_SRC_GATING_W<'_, 31>
Bit 31 - Gating the Source Clock of Special Clock
Methods from Deref<Target = W<EMAC_25M_CLK_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