pub struct R(_);
Expand description
Register PERIP_CLK_EN0
reader
Implementations
sourceimpl R
impl R
sourcepub fn spi01_clk_en(&self) -> SPI01_CLK_EN_R
pub fn spi01_clk_en(&self) -> SPI01_CLK_EN_R
Bit 1 - Set 1 to enable SPI01 clock
sourcepub fn uart_clk_en(&self) -> UART_CLK_EN_R
pub fn uart_clk_en(&self) -> UART_CLK_EN_R
Bit 2 - Set 1 to enable UART clock
sourcepub fn uart1_clk_en(&self) -> UART1_CLK_EN_R
pub fn uart1_clk_en(&self) -> UART1_CLK_EN_R
Bit 5 - Set 1 to enable UART1 clock
sourcepub fn spi2_clk_en(&self) -> SPI2_CLK_EN_R
pub fn spi2_clk_en(&self) -> SPI2_CLK_EN_R
Bit 6 - Set 1 to enable SPI2 clock
sourcepub fn i2c_ext0_clk_en(&self) -> I2C_EXT0_CLK_EN_R
pub fn i2c_ext0_clk_en(&self) -> I2C_EXT0_CLK_EN_R
Bit 7 - Set 1 to enable I2C_EXT0 clock
sourcepub fn ledc_clk_en(&self) -> LEDC_CLK_EN_R
pub fn ledc_clk_en(&self) -> LEDC_CLK_EN_R
Bit 11 - Set 1 to enable LEDC clock
sourcepub fn timergroup_clk_en(&self) -> TIMERGROUP_CLK_EN_R
pub fn timergroup_clk_en(&self) -> TIMERGROUP_CLK_EN_R
Bit 13 - Set 1 to enable TIMERGROUP clock
sourcepub fn uart_mem_clk_en(&self) -> UART_MEM_CLK_EN_R
pub fn uart_mem_clk_en(&self) -> UART_MEM_CLK_EN_R
Bit 24 - Set 1 to enable UART_MEM clock
sourcepub fn apb_saradc_clk_en(&self) -> APB_SARADC_CLK_EN_R
pub fn apb_saradc_clk_en(&self) -> APB_SARADC_CLK_EN_R
Bit 28 - Set 1 to enable APB_SARADC clock
sourcepub fn systimer_clk_en(&self) -> SYSTIMER_CLK_EN_R
pub fn systimer_clk_en(&self) -> SYSTIMER_CLK_EN_R
Bit 29 - Set 1 to enable SYSTEMTIMER clock
sourcepub fn adc2_arb_clk_en(&self) -> ADC2_ARB_CLK_EN_R
pub fn adc2_arb_clk_en(&self) -> ADC2_ARB_CLK_EN_R
Bit 30 - Set 1 to enable ADC2_ARB clock
Methods from Deref<Target = R<PERIP_CLK_EN0_SPEC>>
Trait Implementations
sourceimpl From<R<PERIP_CLK_EN0_SPEC>> for R
impl From<R<PERIP_CLK_EN0_SPEC>> for R
sourcefn from(reader: R<PERIP_CLK_EN0_SPEC>) -> Self
fn from(reader: R<PERIP_CLK_EN0_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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