Struct d1_pac::ccu::mbus_mat_clk_gating::W
source · pub struct W(/* private fields */);
Expand description
Register mbus_mat_clk_gating
writer
Implementations§
source§impl W
impl W
sourcepub fn dma_mclk_en(&mut self) -> DMA_MCLK_EN_W<'_, 0>
pub fn dma_mclk_en(&mut self) -> DMA_MCLK_EN_W<'_, 0>
Bit 0 - Gating MBUS Clock
sourcepub fn ve_mclk_en(&mut self) -> VE_MCLK_EN_W<'_, 1>
pub fn ve_mclk_en(&mut self) -> VE_MCLK_EN_W<'_, 1>
Bit 1 - Gating MBUS Clock
sourcepub fn ce_mclk_en(&mut self) -> CE_MCLK_EN_W<'_, 2>
pub fn ce_mclk_en(&mut self) -> CE_MCLK_EN_W<'_, 2>
Bit 2 - Gating MBUS Clock
sourcepub fn tvin_mclk_en(&mut self) -> TVIN_MCLK_EN_W<'_, 7>
pub fn tvin_mclk_en(&mut self) -> TVIN_MCLK_EN_W<'_, 7>
Bit 7 - Gating MBUS Clock
sourcepub fn csi_mclk_en(&mut self) -> CSI_MCLK_EN_W<'_, 8>
pub fn csi_mclk_en(&mut self) -> CSI_MCLK_EN_W<'_, 8>
Bit 8 - Gating MBUS Clock
sourcepub fn g2d_mclk_en(&mut self) -> G2D_MCLK_EN_W<'_, 10>
pub fn g2d_mclk_en(&mut self) -> G2D_MCLK_EN_W<'_, 10>
Bit 10 - Gating MBUS Clock
sourcepub fn riscv_mclk_en(&mut self) -> RISCV_MCLK_EN_W<'_, 11>
pub fn riscv_mclk_en(&mut self) -> RISCV_MCLK_EN_W<'_, 11>
Bit 11 - Gating MBUS Clock
Methods from Deref<Target = W<MBUS_MAT_CLK_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