Struct nrf52840_pac::uarte0::shorts::W
source · pub struct W(/* private fields */);
Expand description
Register SHORTS
writer
Implementations§
source§impl W
impl W
sourcepub fn endrx_startrx(&mut self) -> ENDRX_STARTRX_W<'_, 5>
pub fn endrx_startrx(&mut self) -> ENDRX_STARTRX_W<'_, 5>
Bit 5 - Shortcut between ENDRX event and STARTRX task
sourcepub fn endrx_stoprx(&mut self) -> ENDRX_STOPRX_W<'_, 6>
pub fn endrx_stoprx(&mut self) -> ENDRX_STOPRX_W<'_, 6>
Bit 6 - Shortcut between ENDRX event and STOPRX 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