Struct esp32s2::spi0::inlink_dscr_bf1::R
source · pub struct R(_);Expand description
Register INLINK_DSCR_BF1 reader
Implementations§
source§impl R
impl R
sourcepub fn dma_inlink_dscr_bf1(&self) -> DMA_INLINK_DSCR_BF1_R
pub fn dma_inlink_dscr_bf1(&self) -> DMA_INLINK_DSCR_BF1_R
Bits 0:31 - The content of current in descriptor data buffer pointer.
Methods from Deref<Target = R<INLINK_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