Struct esp32h2::lp_clkrst::lp_clk_po_en::R
source · pub struct R(_);
Expand description
Register LP_CLK_PO_EN
reader
Implementations§
source§impl R
impl R
sourcepub fn aon_slow_oen(&self) -> AON_SLOW_OEN_R
pub fn aon_slow_oen(&self) -> AON_SLOW_OEN_R
Bit 0 - need_des
sourcepub fn aon_fast_oen(&self) -> AON_FAST_OEN_R
pub fn aon_fast_oen(&self) -> AON_FAST_OEN_R
Bit 1 - need_des
sourcepub fn sosc_oen(&self) -> SOSC_OEN_R
pub fn sosc_oen(&self) -> SOSC_OEN_R
Bit 2 - need_des
sourcepub fn fosc_oen(&self) -> FOSC_OEN_R
pub fn fosc_oen(&self) -> FOSC_OEN_R
Bit 3 - need_des
sourcepub fn osc32k_oen(&self) -> OSC32K_OEN_R
pub fn osc32k_oen(&self) -> OSC32K_OEN_R
Bit 4 - need_des
sourcepub fn xtal32k_oen(&self) -> XTAL32K_OEN_R
pub fn xtal32k_oen(&self) -> XTAL32K_OEN_R
Bit 5 - need_des
sourcepub fn core_efuse_oen(&self) -> CORE_EFUSE_OEN_R
pub fn core_efuse_oen(&self) -> CORE_EFUSE_OEN_R
Bit 6 - need_des
sourcepub fn slow_oen(&self) -> SLOW_OEN_R
pub fn slow_oen(&self) -> SLOW_OEN_R
Bit 7 - need_des
sourcepub fn fast_oen(&self) -> FAST_OEN_R
pub fn fast_oen(&self) -> FAST_OEN_R
Bit 8 - need_des
sourcepub fn lpbus_oen(&self) -> LPBUS_OEN_R
pub fn lpbus_oen(&self) -> LPBUS_OEN_R
Bit 10 - need_des
Methods from Deref<Target = R<LP_CLK_PO_EN_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more