Struct esp32s2::i2s0::outlink_dscr_bf1::R
source · pub struct R(_);Expand description
Register OUTLINK_DSCR_BF1 reader
Implementations§
source§impl R
impl R
sourcepub fn outlink_dscr_bf1(&self) -> OUTLINK_DSCR_BF1_R
pub fn outlink_dscr_bf1(&self) -> OUTLINK_DSCR_BF1_R
Bits 0:31 - The address of next outlink data buffer.
Methods from Deref<Target = R<OUTLINK_DSCR_BF1_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