Struct esp32h2::dma::in_dscr_ch::R
source · pub struct R(_);
Expand description
Register IN_DSCR_CH%s
reader
Implementations§
source§impl R
impl R
sourcepub fn inlink_dscr(&self) -> INLINK_DSCR_R
pub fn inlink_dscr(&self) -> INLINK_DSCR_R
Bits 0:31 - The address of the current inlink descriptor x.
Methods from Deref<Target = R<IN_DSCR_CH_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