Struct esp32h2::hp_apm::region9_addr_end::W
source · pub struct W(_);Expand description
Register REGION9_ADDR_END writer
Implementations§
source§impl W
impl W
sourcepub fn region9_addr_end(&mut self) -> REGION9_ADDR_END_W<'_, 0>
pub fn region9_addr_end(&mut self) -> REGION9_ADDR_END_W<'_, 0>
Bits 0:31 - End address of region9
Methods from Deref<Target = W<REGION9_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