Struct esp32s3_hal::pac::system::perip_clk_en1::R
pub struct R(_);
Expand description
Register PERIP_CLK_EN1
reader
Implementations§
§impl R
impl R
pub fn peri_backup_clk_en(&self) -> BitReaderRaw<bool>
pub fn peri_backup_clk_en(&self) -> BitReaderRaw<bool>
Bit 0 - Set 1 to enable BACKUP clock
pub fn crypto_aes_clk_en(&self) -> BitReaderRaw<bool>
pub fn crypto_aes_clk_en(&self) -> BitReaderRaw<bool>
Bit 1 - Set 1 to enable AES clock
pub fn crypto_sha_clk_en(&self) -> BitReaderRaw<bool>
pub fn crypto_sha_clk_en(&self) -> BitReaderRaw<bool>
Bit 2 - Set 1 to enable SHA clock
pub fn crypto_rsa_clk_en(&self) -> BitReaderRaw<bool>
pub fn crypto_rsa_clk_en(&self) -> BitReaderRaw<bool>
Bit 3 - Set 1 to enable RSA clock
pub fn crypto_ds_clk_en(&self) -> BitReaderRaw<bool>
pub fn crypto_ds_clk_en(&self) -> BitReaderRaw<bool>
Bit 4 - Set 1 to enable DS clock
pub fn crypto_hmac_clk_en(&self) -> BitReaderRaw<bool>
pub fn crypto_hmac_clk_en(&self) -> BitReaderRaw<bool>
Bit 5 - Set 1 to enable HMAC clock
pub fn dma_clk_en(&self) -> BitReaderRaw<bool>
pub fn dma_clk_en(&self) -> BitReaderRaw<bool>
Bit 6 - Set 1 to enable DMA clock
pub fn sdio_host_clk_en(&self) -> BitReaderRaw<bool>
pub fn sdio_host_clk_en(&self) -> BitReaderRaw<bool>
Bit 7 - Set 1 to enable SDIO_HOST clock
pub fn lcd_cam_clk_en(&self) -> BitReaderRaw<bool>
pub fn lcd_cam_clk_en(&self) -> BitReaderRaw<bool>
Bit 8 - Set 1 to enable LCD_CAM clock
pub fn uart2_clk_en(&self) -> BitReaderRaw<bool>
pub fn uart2_clk_en(&self) -> BitReaderRaw<bool>
Bit 9 - Set 1 to enable UART2 clock
pub fn usb_device_clk_en(&self) -> BitReaderRaw<bool>
pub fn usb_device_clk_en(&self) -> BitReaderRaw<bool>
Bit 10 - Set 1 to enable USB_DEVICE clock
Methods from Deref<Target = R<PERIP_CLK_EN1_SPEC>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations§
§impl From<R<PERIP_CLK_EN1_SPEC>> for R
impl From<R<PERIP_CLK_EN1_SPEC>> for R
§fn from(reader: R<PERIP_CLK_EN1_SPEC>) -> R
fn from(reader: R<PERIP_CLK_EN1_SPEC>) -> R
Converts to this type from the input type.