pub struct R(/* private fields */);Expand description
Register EP0 reader
Implementations§
Source§impl R
impl R
Sourcepub fn ep_int_en(&self) -> EP_INT_EN_R
pub fn ep_int_en(&self) -> EP_INT_EN_R
Bit 4 - Endpoint Transfer Complete Interrupt Enable
Sourcepub fn ep_nak_en(&self) -> EP_NAK_EN_R
pub fn ep_nak_en(&self) -> EP_NAK_EN_R
Bit 5 - Endpoint NAK Interrupt Enable
Sourcepub fn ep_stall(&self) -> EP_STALL_R
pub fn ep_stall(&self) -> EP_STALL_R
Bit 8 - Endpoint Stall
Sourcepub fn ep_st_stall(&self) -> EP_ST_STALL_R
pub fn ep_st_stall(&self) -> EP_ST_STALL_R
Bit 9 - Endpoint Stall Status Stage of Control Transfer
Sourcepub fn ep_st_ack(&self) -> EP_ST_ACK_R
pub fn ep_st_ack(&self) -> EP_ST_ACK_R
Bit 10 - Endpoint Acknowledge Status Stage of Control Transfer
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnsafeUnpin for R
impl UnwindSafe for R
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