Struct esp32s3::system::perip_clk_en1::R
source · pub struct R(_);
Expand description
Register PERIP_CLK_EN1
reader
Implementations
sourceimpl R
impl R
sourcepub fn peri_backup_clk_en(&self) -> PERI_BACKUP_CLK_EN_R
pub fn peri_backup_clk_en(&self) -> PERI_BACKUP_CLK_EN_R
Bit 0 - Set 1 to enable BACKUP clock
sourcepub fn crypto_aes_clk_en(&self) -> CRYPTO_AES_CLK_EN_R
pub fn crypto_aes_clk_en(&self) -> CRYPTO_AES_CLK_EN_R
Bit 1 - Set 1 to enable AES 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 crypto_rsa_clk_en(&self) -> CRYPTO_RSA_CLK_EN_R
pub fn crypto_rsa_clk_en(&self) -> CRYPTO_RSA_CLK_EN_R
Bit 3 - Set 1 to enable RSA clock
sourcepub fn crypto_ds_clk_en(&self) -> CRYPTO_DS_CLK_EN_R
pub fn crypto_ds_clk_en(&self) -> CRYPTO_DS_CLK_EN_R
Bit 4 - Set 1 to enable DS clock
sourcepub fn crypto_hmac_clk_en(&self) -> CRYPTO_HMAC_CLK_EN_R
pub fn crypto_hmac_clk_en(&self) -> CRYPTO_HMAC_CLK_EN_R
Bit 5 - Set 1 to enable HMAC 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 sdio_host_clk_en(&self) -> SDIO_HOST_CLK_EN_R
pub fn sdio_host_clk_en(&self) -> SDIO_HOST_CLK_EN_R
Bit 7 - Set 1 to enable SDIO_HOST clock
sourcepub fn lcd_cam_clk_en(&self) -> LCD_CAM_CLK_EN_R
pub fn lcd_cam_clk_en(&self) -> LCD_CAM_CLK_EN_R
Bit 8 - Set 1 to enable LCD_CAM clock
sourcepub fn uart2_clk_en(&self) -> UART2_CLK_EN_R
pub fn uart2_clk_en(&self) -> UART2_CLK_EN_R
Bit 9 - Set 1 to enable UART2 clock
sourcepub fn usb_device_clk_en(&self) -> USB_DEVICE_CLK_EN_R
pub fn usb_device_clk_en(&self) -> USB_DEVICE_CLK_EN_R
Bit 10 - Set 1 to enable USB_DEVICE 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