Struct esp32c2::system::perip_clk_en1::W
source · pub struct W(_);
Expand description
Register PERIP_CLK_EN1
writer
Implementations
sourceimpl W
impl W
sourcepub fn crypto_ecc_clk_en(&mut self) -> CRYPTO_ECC_CLK_EN_W<'_, 1>
pub fn crypto_ecc_clk_en(&mut self) -> CRYPTO_ECC_CLK_EN_W<'_, 1>
Bit 1 - Set 1 to enable ECC clock
sourcepub fn crypto_sha_clk_en(&mut self) -> CRYPTO_SHA_CLK_EN_W<'_, 2>
pub fn crypto_sha_clk_en(&mut self) -> CRYPTO_SHA_CLK_EN_W<'_, 2>
Bit 2 - Set 1 to enable SHA clock
sourcepub fn dma_clk_en(&mut self) -> DMA_CLK_EN_W<'_, 6>
pub fn dma_clk_en(&mut self) -> DMA_CLK_EN_W<'_, 6>
Bit 6 - Set 1 to enable DMA clock
sourcepub fn tsens_clk_en(&mut self) -> TSENS_CLK_EN_W<'_, 10>
pub fn tsens_clk_en(&mut self) -> TSENS_CLK_EN_W<'_, 10>
Bit 10 - Set 1 to enable TSENS clock
Methods from Deref<Target = W<PERIP_CLK_EN1_SPEC>>
Trait Implementations
sourceimpl From<W<PERIP_CLK_EN1_SPEC>> for W
impl From<W<PERIP_CLK_EN1_SPEC>> for W
sourcefn from(writer: W<PERIP_CLK_EN1_SPEC>) -> Self
fn from(writer: W<PERIP_CLK_EN1_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more