Struct esp32c3::dma::in_state_ch1::R
source · pub struct R(_);Expand description
Register IN_STATE_CH1 reader
Implementations§
source§impl R
impl R
sourcepub fn inlink_dscr_addr(&self) -> INLINK_DSCR_ADDR_R
pub fn inlink_dscr_addr(&self) -> INLINK_DSCR_ADDR_R
Bits 0:17 - This register stores the current inlink descriptor’s address.
sourcepub fn in_dscr_state(&self) -> IN_DSCR_STATE_R
pub fn in_dscr_state(&self) -> IN_DSCR_STATE_R
Bits 18:19 - reserved
sourcepub fn in_state(&self) -> IN_STATE_R
pub fn in_state(&self) -> IN_STATE_R
Bits 20:22 - reserved
Methods from Deref<Target = R<IN_STATE_CH1_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