Struct esp32s3::sensitive::edma_boundary_0::R
source · pub struct R(_);
Expand description
Register EDMA_BOUNDARY_0
reader
Implementations
sourceimpl R
impl R
sourcepub fn edma_boundary_0(&self) -> EDMA_BOUNDARY_0_R
pub fn edma_boundary_0(&self) -> EDMA_BOUNDARY_0_R
Bits 0:13 - This field is used to configure the boundary 0 of external RAM. The unit is 4K. For example, set this field to 0x80, then the address boundary 0 would be 0x3C080000 (0x3C000000 + 0x80 * 4K).
Methods from Deref<Target = R<EDMA_BOUNDARY_0_SPEC>>
Trait Implementations
sourceimpl From<R<EDMA_BOUNDARY_0_SPEC>> for R
impl From<R<EDMA_BOUNDARY_0_SPEC>> for R
sourcefn from(reader: R<EDMA_BOUNDARY_0_SPEC>) -> Self
fn from(reader: R<EDMA_BOUNDARY_0_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