Struct esp32_hal::pac::dport::perip_clk_en::R
pub struct R(_);
Expand description
Register PERIP_CLK_EN
reader
Implementations§
§impl R
impl R
pub fn timers_clk_en(&self) -> BitReaderRaw<bool>
pub fn timers_clk_en(&self) -> BitReaderRaw<bool>
Bit 0
pub fn spi01_clk_en(&self) -> BitReaderRaw<bool>
pub fn spi01_clk_en(&self) -> BitReaderRaw<bool>
Bit 1
pub fn uart_clk_en(&self) -> BitReaderRaw<bool>
pub fn uart_clk_en(&self) -> BitReaderRaw<bool>
Bit 2
pub fn wdg_clk_en(&self) -> BitReaderRaw<bool>
pub fn wdg_clk_en(&self) -> BitReaderRaw<bool>
Bit 3
pub fn i2s0_clk_en(&self) -> BitReaderRaw<bool>
pub fn i2s0_clk_en(&self) -> BitReaderRaw<bool>
Bit 4
pub fn uart1_clk_en(&self) -> BitReaderRaw<bool>
pub fn uart1_clk_en(&self) -> BitReaderRaw<bool>
Bit 5
pub fn spi2_clk_en(&self) -> BitReaderRaw<bool>
pub fn spi2_clk_en(&self) -> BitReaderRaw<bool>
Bit 6
pub fn i2c0_ext0_clk_en(&self) -> BitReaderRaw<bool>
pub fn i2c0_ext0_clk_en(&self) -> BitReaderRaw<bool>
Bit 7
pub fn uhci0_clk_en(&self) -> BitReaderRaw<bool>
pub fn uhci0_clk_en(&self) -> BitReaderRaw<bool>
Bit 8
pub fn rmt_clk_en(&self) -> BitReaderRaw<bool>
pub fn rmt_clk_en(&self) -> BitReaderRaw<bool>
Bit 9
pub fn pcnt_clk_en(&self) -> BitReaderRaw<bool>
pub fn pcnt_clk_en(&self) -> BitReaderRaw<bool>
Bit 10
pub fn ledc_clk_en(&self) -> BitReaderRaw<bool>
pub fn ledc_clk_en(&self) -> BitReaderRaw<bool>
Bit 11
pub fn uhci1_clk_en(&self) -> BitReaderRaw<bool>
pub fn uhci1_clk_en(&self) -> BitReaderRaw<bool>
Bit 12
pub fn timergroup_clk_en(&self) -> BitReaderRaw<bool>
pub fn timergroup_clk_en(&self) -> BitReaderRaw<bool>
Bit 13
pub fn efuse_clk_en(&self) -> BitReaderRaw<bool>
pub fn efuse_clk_en(&self) -> BitReaderRaw<bool>
Bit 14
pub fn timergroup1_clk_en(&self) -> BitReaderRaw<bool>
pub fn timergroup1_clk_en(&self) -> BitReaderRaw<bool>
Bit 15
pub fn spi3_clk_en(&self) -> BitReaderRaw<bool>
pub fn spi3_clk_en(&self) -> BitReaderRaw<bool>
Bit 16
pub fn pwm0_clk_en(&self) -> BitReaderRaw<bool>
pub fn pwm0_clk_en(&self) -> BitReaderRaw<bool>
Bit 17
pub fn i2c_ext1_clk_en(&self) -> BitReaderRaw<bool>
pub fn i2c_ext1_clk_en(&self) -> BitReaderRaw<bool>
Bit 18
pub fn twai_clk_en(&self) -> BitReaderRaw<bool>
pub fn twai_clk_en(&self) -> BitReaderRaw<bool>
Bit 19
pub fn pwm1_clk_en(&self) -> BitReaderRaw<bool>
pub fn pwm1_clk_en(&self) -> BitReaderRaw<bool>
Bit 20
pub fn i2s1_clk_en(&self) -> BitReaderRaw<bool>
pub fn i2s1_clk_en(&self) -> BitReaderRaw<bool>
Bit 21
pub fn spi_dma_clk_en(&self) -> BitReaderRaw<bool>
pub fn spi_dma_clk_en(&self) -> BitReaderRaw<bool>
Bit 22
pub fn uart2_clk_en(&self) -> BitReaderRaw<bool>
pub fn uart2_clk_en(&self) -> BitReaderRaw<bool>
Bit 23
pub fn uart_mem_clk_en(&self) -> BitReaderRaw<bool>
pub fn uart_mem_clk_en(&self) -> BitReaderRaw<bool>
Bit 24
pub fn pwm2_clk_en(&self) -> BitReaderRaw<bool>
pub fn pwm2_clk_en(&self) -> BitReaderRaw<bool>
Bit 25
pub fn pwm3_clk_en(&self) -> BitReaderRaw<bool>
pub fn pwm3_clk_en(&self) -> BitReaderRaw<bool>
Bit 26
Methods from Deref<Target = R<PERIP_CLK_EN_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_EN_SPEC>> for R
impl From<R<PERIP_CLK_EN_SPEC>> for R
§fn from(reader: R<PERIP_CLK_EN_SPEC>) -> R
fn from(reader: R<PERIP_CLK_EN_SPEC>) -> R
Converts to this type from the input type.