Struct esp32s3_hal::pac::sensitive::edma_boundary_1::R
pub struct R(_);
Expand description
Register EDMA_BOUNDARY_1
reader
Implementations§
§impl R
impl R
pub fn edma_boundary_1(&self) -> FieldReaderRaw<u16, u16>
pub fn edma_boundary_1(&self) -> FieldReaderRaw<u16, u16>
Bits 0:13 - This field is used to configure the boundary 1 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_1_SPEC>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations§
§impl From<R<EDMA_BOUNDARY_1_SPEC>> for R
impl From<R<EDMA_BOUNDARY_1_SPEC>> for R
§fn from(reader: R<EDMA_BOUNDARY_1_SPEC>) -> R
fn from(reader: R<EDMA_BOUNDARY_1_SPEC>) -> R
Converts to this type from the input type.