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