Struct esp32c6::pau::regdma_current_link_addr::R
source · pub struct R(_);Expand description
Register REGDMA_CURRENT_LINK_ADDR reader
Implementations§
source§impl R
impl R
sourcepub fn current_link_addr(&self) -> CURRENT_LINK_ADDR_R
pub fn current_link_addr(&self) -> CURRENT_LINK_ADDR_R
Bits 0:31 - current link addr reg
Methods from Deref<Target = R<REGDMA_CURRENT_LINK_ADDR_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