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