Struct esp32s2::system::perip_clk_en1::W
source · pub struct W(_);
Expand description
Register PERIP_CLK_EN1
writer
Implementations§
source§impl W
impl W
sourcepub fn crypto_aes_clk_en(&mut self) -> CRYPTO_AES_CLK_EN_W<'_, 1>
pub fn crypto_aes_clk_en(&mut self) -> CRYPTO_AES_CLK_EN_W<'_, 1>
Bit 1 - Set this bit to enable clock of cryptography AES.
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 this bit to enable clock of cryptography SHA.
sourcepub fn crypto_rsa_clk_en(&mut self) -> CRYPTO_RSA_CLK_EN_W<'_, 3>
pub fn crypto_rsa_clk_en(&mut self) -> CRYPTO_RSA_CLK_EN_W<'_, 3>
Bit 3 - Set this bit to enable clock of cryptography RSA.
sourcepub fn crypto_ds_clk_en(&mut self) -> CRYPTO_DS_CLK_EN_W<'_, 4>
pub fn crypto_ds_clk_en(&mut self) -> CRYPTO_DS_CLK_EN_W<'_, 4>
Bit 4 - Set this bit to enable clock of cryptography Digital Signature.
sourcepub fn crypto_hmac_clk_en(&mut self) -> CRYPTO_HMAC_CLK_EN_W<'_, 5>
pub fn crypto_hmac_clk_en(&mut self) -> CRYPTO_HMAC_CLK_EN_W<'_, 5>
Bit 5 - Set this bit to enable clock of cryptography HMAC.
sourcepub fn crypto_dma_clk_en(&mut self) -> CRYPTO_DMA_CLK_EN_W<'_, 6>
pub fn crypto_dma_clk_en(&mut self) -> CRYPTO_DMA_CLK_EN_W<'_, 6>
Bit 6 - Set this bit to enable clock of cryptography DMA.
Methods from Deref<Target = W<PERIP_CLK_EN1_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
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