Struct esp32c2::system::perip_clk_en1::R
source · pub struct R(_);
Expand description
Register PERIP_CLK_EN1
reader
Implementations
sourceimpl R
impl R
sourcepub fn crypto_ecc_clk_en(&self) -> CRYPTO_ECC_CLK_EN_R
pub fn crypto_ecc_clk_en(&self) -> CRYPTO_ECC_CLK_EN_R
Bit 1 - Set 1 to enable ECC clock
sourcepub fn crypto_sha_clk_en(&self) -> CRYPTO_SHA_CLK_EN_R
pub fn crypto_sha_clk_en(&self) -> CRYPTO_SHA_CLK_EN_R
Bit 2 - Set 1 to enable SHA clock
sourcepub fn dma_clk_en(&self) -> DMA_CLK_EN_R
pub fn dma_clk_en(&self) -> DMA_CLK_EN_R
Bit 6 - Set 1 to enable DMA clock
sourcepub fn tsens_clk_en(&self) -> TSENS_CLK_EN_R
pub fn tsens_clk_en(&self) -> TSENS_CLK_EN_R
Bit 10 - Set 1 to enable TSENS clock
Methods from Deref<Target = R<PERIP_CLK_EN1_SPEC>>
Trait Implementations
sourceimpl From<R<PERIP_CLK_EN1_SPEC>> for R
impl From<R<PERIP_CLK_EN1_SPEC>> for R
sourcefn from(reader: R<PERIP_CLK_EN1_SPEC>) -> Self
fn from(reader: R<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