Struct esp32h2::lp_apm::region1_addr_end::R
source · pub struct R(_);
Expand description
Register REGION1_ADDR_END
reader
Implementations§
source§impl R
impl R
sourcepub fn region1_addr_end(&self) -> REGION1_ADDR_END_R
pub fn region1_addr_end(&self) -> REGION1_ADDR_END_R
Bits 0:31 - End address of region1
Methods from Deref<Target = R<REGION1_ADDR_END_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