pub struct R(_);
Expand description
Register IN_STATE_CH2
reader
Implementations
sourceimpl R
impl R
sourcepub fn inlink_dscr_addr_ch2(&self) -> INLINK_DSCR_ADDR_CH2_R
pub fn inlink_dscr_addr_ch2(&self) -> INLINK_DSCR_ADDR_CH2_R
Bits 0:17 - This register stores the current inlink descriptor’s address.
sourcepub fn in_dscr_state_ch2(&self) -> IN_DSCR_STATE_CH2_R
pub fn in_dscr_state_ch2(&self) -> IN_DSCR_STATE_CH2_R
Bits 18:19 - reserved
sourcepub fn in_state_ch2(&self) -> IN_STATE_CH2_R
pub fn in_state_ch2(&self) -> IN_STATE_CH2_R
Bits 20:22 - reserved
Methods from Deref<Target = R<IN_STATE_CH2_SPEC>>
Trait Implementations
sourceimpl From<R<IN_STATE_CH2_SPEC>> for R
impl From<R<IN_STATE_CH2_SPEC>> for R
sourcefn from(reader: R<IN_STATE_CH2_SPEC>) -> Self
fn from(reader: R<IN_STATE_CH2_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more