Struct esp32s3::dma::out_dscr_bf0_ch::R
source · pub struct R(_);
Expand description
Register OUT_DSCR_BF0_CH%s
reader
Implementations
sourceimpl R
impl R
sourcepub fn outlink_dscr_bf0(&self) -> OUTLINK_DSCR_BF0_R
pub fn outlink_dscr_bf0(&self) -> OUTLINK_DSCR_BF0_R
Bits 0:31 - The address of the last outlink descriptor y-1.
Methods from Deref<Target = R<OUT_DSCR_BF0_CH_SPEC>>
Trait Implementations
sourceimpl From<R<OUT_DSCR_BF0_CH_SPEC>> for R
impl From<R<OUT_DSCR_BF0_CH_SPEC>> for R
sourcefn from(reader: R<OUT_DSCR_BF0_CH_SPEC>) -> Self
fn from(reader: R<OUT_DSCR_BF0_CH_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