Struct nrf52840_pac::usbd::shorts::W
source · pub struct W(/* private fields */);
Expand description
Register SHORTS
writer
Implementations§
source§impl W
impl W
sourcepub fn ep0datadone_startepin0(&mut self) -> EP0DATADONE_STARTEPIN0_W<'_, 0>
pub fn ep0datadone_startepin0(&mut self) -> EP0DATADONE_STARTEPIN0_W<'_, 0>
Bit 0 - Shortcut between EP0DATADONE event and STARTEPIN[0] task
sourcepub fn ep0datadone_startepout0(&mut self) -> EP0DATADONE_STARTEPOUT0_W<'_, 1>
pub fn ep0datadone_startepout0(&mut self) -> EP0DATADONE_STARTEPOUT0_W<'_, 1>
Bit 1 - Shortcut between EP0DATADONE event and STARTEPOUT[0] task
sourcepub fn ep0datadone_ep0status(&mut self) -> EP0DATADONE_EP0STATUS_W<'_, 2>
pub fn ep0datadone_ep0status(&mut self) -> EP0DATADONE_EP0STATUS_W<'_, 2>
Bit 2 - Shortcut between EP0DATADONE event and EP0STATUS task
sourcepub fn endepout0_ep0status(&mut self) -> ENDEPOUT0_EP0STATUS_W<'_, 3>
pub fn endepout0_ep0status(&mut self) -> ENDEPOUT0_EP0STATUS_W<'_, 3>
Bit 3 - Shortcut between ENDEPOUT[0] event and EP0STATUS task
sourcepub fn endepout0_ep0rcvout(&mut self) -> ENDEPOUT0_EP0RCVOUT_W<'_, 4>
pub fn endepout0_ep0rcvout(&mut self) -> ENDEPOUT0_EP0RCVOUT_W<'_, 4>
Bit 4 - Shortcut between ENDEPOUT[0] event and EP0RCVOUT task
Methods from Deref<Target = W<SHORTS_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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