Struct nrf52840_pac::uart0::shorts::W
source · pub struct W(/* private fields */);
Expand description
Register SHORTS
writer
Implementations§
source§impl W
impl W
sourcepub fn cts_startrx(&mut self) -> CTS_STARTRX_W<'_, 3>
pub fn cts_startrx(&mut self) -> CTS_STARTRX_W<'_, 3>
Bit 3 - Shortcut between CTS event and STARTRX task
sourcepub fn ncts_stoprx(&mut self) -> NCTS_STOPRX_W<'_, 4>
pub fn ncts_stoprx(&mut self) -> NCTS_STOPRX_W<'_, 4>
Bit 4 - Shortcut between NCTS 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