Struct esp32c6::pmu::hp_modem_icg_hp_func::R
source · pub struct R(_);Expand description
Register HP_MODEM_ICG_HP_FUNC reader
Implementations§
source§impl R
impl R
sourcepub fn hp_modem_dig_icg_func_en(&self) -> HP_MODEM_DIG_ICG_FUNC_EN_R
pub fn hp_modem_dig_icg_func_en(&self) -> HP_MODEM_DIG_ICG_FUNC_EN_R
Bits 0:31 - need_des
Methods from Deref<Target = R<HP_MODEM_ICG_HP_FUNC_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