pub struct R(_);
Expand description
Register IN_EP1_ST
reader
Implementations
sourceimpl R
impl R
sourcepub fn in_ep1_state(&self) -> IN_EP1_STATE_R
pub fn in_ep1_state(&self) -> IN_EP1_STATE_R
Bits 0:1 - State of IN Endpoint 1.
sourcepub fn in_ep1_wr_addr(&self) -> IN_EP1_WR_ADDR_R
pub fn in_ep1_wr_addr(&self) -> IN_EP1_WR_ADDR_R
Bits 2:8 - Write data address of IN endpoint 1.
sourcepub fn in_ep1_rd_addr(&self) -> IN_EP1_RD_ADDR_R
pub fn in_ep1_rd_addr(&self) -> IN_EP1_RD_ADDR_R
Bits 9:15 - Read data address of IN endpoint 1.
Methods from Deref<Target = R<IN_EP1_ST_SPEC>>
Trait Implementations
sourceimpl From<R<IN_EP1_ST_SPEC>> for R
impl From<R<IN_EP1_ST_SPEC>> for R
sourcefn from(reader: R<IN_EP1_ST_SPEC>) -> Self
fn from(reader: R<IN_EP1_ST_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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