Struct esp32h2::pmu::hp_modem_icg_modem::R
source · pub struct R(_);
Expand description
Register HP_MODEM_ICG_MODEM
reader
Implementations§
source§impl R
impl R
sourcepub fn hp_modem_dig_icg_modem_code(&self) -> HP_MODEM_DIG_ICG_MODEM_CODE_R
pub fn hp_modem_dig_icg_modem_code(&self) -> HP_MODEM_DIG_ICG_MODEM_CODE_R
Bits 30:31 - need_des
Methods from Deref<Target = R<HP_MODEM_ICG_MODEM_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