Struct esp32c6::pmu::hp_modem_xtal::R
source · pub struct R(_);Expand description
Register HP_MODEM_XTAL reader
Implementations§
source§impl R
impl R
sourcepub fn hp_modem_xpd_xtal(&self) -> HP_MODEM_XPD_XTAL_R
pub fn hp_modem_xpd_xtal(&self) -> HP_MODEM_XPD_XTAL_R
Bit 31 - need_des
Methods from Deref<Target = R<HP_MODEM_XTAL_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