Struct esp32::slc::_0_done_dscr_addr::R
source · pub struct R(_);
Expand description
Register _0_DONE_DSCR_ADDR
reader
Implementations§
source§impl R
impl R
sourcepub fn slc0_rx_done_dscr_addr(&self) -> SLC0_RX_DONE_DSCR_ADDR_R
pub fn slc0_rx_done_dscr_addr(&self) -> SLC0_RX_DONE_DSCR_ADDR_R
Bits 0:31
Methods from Deref<Target = R<_0_DONE_DSCR_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