Struct esp32c6::hp_apm::region12_addr_end::W
source · pub struct W(_);
Expand description
Register REGION12_ADDR_END
writer
Implementations§
source§impl W
impl W
sourcepub fn region12_addr_end(&mut self) -> REGION12_ADDR_END_W<'_, 0>
pub fn region12_addr_end(&mut self) -> REGION12_ADDR_END_W<'_, 0>
Bits 0:31 - End address of region12
Methods from Deref<Target = W<REGION12_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