Struct nrf52840_pac::usbd::shorts::R
source · pub struct R(/* private fields */);
Expand description
Register SHORTS
reader
Implementations§
source§impl R
impl R
sourcepub fn ep0datadone_startepin0(&self) -> EP0DATADONE_STARTEPIN0_R
pub fn ep0datadone_startepin0(&self) -> EP0DATADONE_STARTEPIN0_R
Bit 0 - Shortcut between EP0DATADONE event and STARTEPIN[0] task
sourcepub fn ep0datadone_startepout0(&self) -> EP0DATADONE_STARTEPOUT0_R
pub fn ep0datadone_startepout0(&self) -> EP0DATADONE_STARTEPOUT0_R
Bit 1 - Shortcut between EP0DATADONE event and STARTEPOUT[0] task
sourcepub fn ep0datadone_ep0status(&self) -> EP0DATADONE_EP0STATUS_R
pub fn ep0datadone_ep0status(&self) -> EP0DATADONE_EP0STATUS_R
Bit 2 - Shortcut between EP0DATADONE event and EP0STATUS task
sourcepub fn endepout0_ep0status(&self) -> ENDEPOUT0_EP0STATUS_R
pub fn endepout0_ep0status(&self) -> ENDEPOUT0_EP0STATUS_R
Bit 3 - Shortcut between ENDEPOUT[0] event and EP0STATUS task
sourcepub fn endepout0_ep0rcvout(&self) -> ENDEPOUT0_EP0RCVOUT_R
pub fn endepout0_ep0rcvout(&self) -> ENDEPOUT0_EP0RCVOUT_R
Bit 4 - Shortcut between ENDEPOUT[0] event and EP0RCVOUT task
Methods from Deref<Target = R<SHORTS_SPEC>>§
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 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