[][src]Struct nrf52810_pac::twim0::shorts::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

pub fn bits(&self) -> u32[src]

Value of the register as raw bits

pub fn lasttx_startrx(&self) -> LASTTX_STARTRXR[src]

Bit 7 - Shortcut between event LASTTX and task STARTRX

pub fn lasttx_suspend(&self) -> LASTTX_SUSPENDR[src]

Bit 8 - Shortcut between event LASTTX and task SUSPEND

pub fn lasttx_stop(&self) -> LASTTX_STOPR[src]

Bit 9 - Shortcut between event LASTTX and task STOP

pub fn lastrx_starttx(&self) -> LASTRX_STARTTXR[src]

Bit 10 - Shortcut between event LASTRX and task STARTTX

pub fn lastrx_suspend(&self) -> LASTRX_SUSPENDR[src]

Bit 11 - Shortcut between event LASTRX and task SUSPEND

pub fn lastrx_stop(&self) -> LASTRX_STOPR[src]

Bit 12 - Shortcut between event LASTRX and task STOP

Auto Trait Implementations

impl Send for R

impl Sync for R

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]