Struct esp32s3::system::cpu_peri_clk_en::R
source · pub struct R(_);
Expand description
Register CPU_PERI_CLK_EN
reader
Implementations
sourceimpl R
impl R
sourcepub fn clk_en_assist_debug(&self) -> CLK_EN_ASSIST_DEBUG_R
pub fn clk_en_assist_debug(&self) -> CLK_EN_ASSIST_DEBUG_R
Bit 6 - Set 1 to open assist_debug module clock
sourcepub fn clk_en_dedicated_gpio(&self) -> CLK_EN_DEDICATED_GPIO_R
pub fn clk_en_dedicated_gpio(&self) -> CLK_EN_DEDICATED_GPIO_R
Bit 7 - Set 1 to open dedicated_gpio module clk
Methods from Deref<Target = R<CPU_PERI_CLK_EN_SPEC>>
Trait Implementations
sourceimpl From<R<CPU_PERI_CLK_EN_SPEC>> for R
impl From<R<CPU_PERI_CLK_EN_SPEC>> for R
sourcefn from(reader: R<CPU_PERI_CLK_EN_SPEC>) -> Self
fn from(reader: R<CPU_PERI_CLK_EN_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