Struct esp32c3::extmem::dbus_to_flash_end_vaddr::W
source · pub struct W(_);
Expand description
Register DBUS_TO_FLASH_END_VADDR
writer
Implementations§
source§impl W
impl W
sourcepub fn dbus_to_flash_end_vaddr(&mut self) -> DBUS_TO_FLASH_END_VADDR_W<'_, 0>
pub fn dbus_to_flash_end_vaddr(&mut self) -> DBUS_TO_FLASH_END_VADDR_W<'_, 0>
Bits 0:31 - The bits are used to configure the end virtual address of dbus to access flash. The register is used to give constraints to dbus access counter.
Methods from Deref<Target = W<DBUS_TO_FLASH_END_VADDR_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