Struct esp32h2::modem_syscon::clk_conf1_force_on::R
source · pub struct R(_);
Expand description
Register CLK_CONF1_FORCE_ON
reader
Implementations§
source§impl R
impl R
sourcepub fn clk_fe_fo(&self) -> CLK_FE_FO_R
pub fn clk_fe_fo(&self) -> CLK_FE_FO_R
Bit 16
sourcepub fn clk_bt_fo(&self) -> CLK_BT_FO_R
pub fn clk_bt_fo(&self) -> CLK_BT_FO_R
Bit 18
Methods from Deref<Target = R<CLK_CONF1_FORCE_ON_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