Struct esp32c2::extmem::ibus_to_flash_end_vaddr::R
source · pub struct R(_);
Expand description
Register IBUS_TO_FLASH_END_VADDR
reader
Implementations
sourceimpl R
impl R
sourcepub fn ibus_to_flash_end_vaddr(&self) -> IBUS_TO_FLASH_END_VADDR_R
pub fn ibus_to_flash_end_vaddr(&self) -> IBUS_TO_FLASH_END_VADDR_R
Bits 0:31 - The bits are used to configure the end virtual address of ibus to access flash. The register is used to give constraints to ibus access counter.
Methods from Deref<Target = R<IBUS_TO_FLASH_END_VADDR_SPEC>>
Trait Implementations
sourceimpl From<R<IBUS_TO_FLASH_END_VADDR_SPEC>> for R
impl From<R<IBUS_TO_FLASH_END_VADDR_SPEC>> for R
sourcefn from(reader: R<IBUS_TO_FLASH_END_VADDR_SPEC>) -> Self
fn from(reader: R<IBUS_TO_FLASH_END_VADDR_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more