Struct esp32c3_hal::pac::system::perip_clk_en1::R
pub struct R(_);
Expand description
Register PERIP_CLK_EN1
reader
Implementations
impl R
impl R
pub fn crypto_aes_clk_en(&self) -> BitReaderRaw<bool>
pub fn crypto_aes_clk_en(&self) -> BitReaderRaw<bool>
Bit 1 - reg_crypto_aes_clk_en
pub fn crypto_sha_clk_en(&self) -> BitReaderRaw<bool>
pub fn crypto_sha_clk_en(&self) -> BitReaderRaw<bool>
Bit 2 - reg_crypto_sha_clk_en
pub fn crypto_rsa_clk_en(&self) -> BitReaderRaw<bool>
pub fn crypto_rsa_clk_en(&self) -> BitReaderRaw<bool>
Bit 3 - reg_crypto_rsa_clk_en
pub fn crypto_ds_clk_en(&self) -> BitReaderRaw<bool>
pub fn crypto_ds_clk_en(&self) -> BitReaderRaw<bool>
Bit 4 - reg_crypto_ds_clk_en
pub fn crypto_hmac_clk_en(&self) -> BitReaderRaw<bool>
pub fn crypto_hmac_clk_en(&self) -> BitReaderRaw<bool>
Bit 5 - reg_crypto_hmac_clk_en
pub fn dma_clk_en(&self) -> BitReaderRaw<bool>
pub fn dma_clk_en(&self) -> BitReaderRaw<bool>
Bit 6 - reg_dma_clk_en
pub fn sdio_host_clk_en(&self) -> BitReaderRaw<bool>
pub fn sdio_host_clk_en(&self) -> BitReaderRaw<bool>
Bit 7 - reg_sdio_host_clk_en
pub fn lcd_cam_clk_en(&self) -> BitReaderRaw<bool>
pub fn lcd_cam_clk_en(&self) -> BitReaderRaw<bool>
Bit 8 - reg_lcd_cam_clk_en
pub fn uart2_clk_en(&self) -> BitReaderRaw<bool>
pub fn uart2_clk_en(&self) -> BitReaderRaw<bool>
Bit 9 - reg_uart2_clk_en
pub fn tsens_clk_en(&self) -> BitReaderRaw<bool>
pub fn tsens_clk_en(&self) -> BitReaderRaw<bool>
Bit 10 - reg_tsens_clk_en
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.
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