Struct msp432p401r::eusci_b2::ucbx_ifg::R[][src]

pub struct R(_);

Register UCBxIFG reader

Implementations

impl R[src]

pub fn ucrxifg0(&self) -> UCRXIFG0_R[src]

Bit 0 - eUSCI_B receive interrupt flag 0

pub fn uctxifg0(&self) -> UCTXIFG0_R[src]

Bit 1 - eUSCI_B transmit interrupt flag 0

pub fn ucsttifg(&self) -> UCSTTIFG_R[src]

Bit 2 - START condition interrupt flag

pub fn ucstpifg(&self) -> UCSTPIFG_R[src]

Bit 3 - STOP condition interrupt flag

pub fn ucalifg(&self) -> UCALIFG_R[src]

Bit 4 - Arbitration lost interrupt flag

pub fn ucnackifg(&self) -> UCNACKIFG_R[src]

Bit 5 - Not-acknowledge received interrupt flag

pub fn ucbcntifg(&self) -> UCBCNTIFG_R[src]

Bit 6 - Byte counter interrupt flag

pub fn uccltoifg(&self) -> UCCLTOIFG_R[src]

Bit 7 - Clock low timeout interrupt flag

pub fn ucrxifg1(&self) -> UCRXIFG1_R[src]

Bit 8 - eUSCI_B receive interrupt flag 1

pub fn uctxifg1(&self) -> UCTXIFG1_R[src]

Bit 9 - eUSCI_B transmit interrupt flag 1

pub fn ucrxifg2(&self) -> UCRXIFG2_R[src]

Bit 10 - eUSCI_B receive interrupt flag 2

pub fn uctxifg2(&self) -> UCTXIFG2_R[src]

Bit 11 - eUSCI_B transmit interrupt flag 2

pub fn ucrxifg3(&self) -> UCRXIFG3_R[src]

Bit 12 - eUSCI_B receive interrupt flag 3

pub fn uctxifg3(&self) -> UCTXIFG3_R[src]

Bit 13 - eUSCI_B transmit interrupt flag 3

pub fn ucbit9ifg(&self) -> UCBIT9IFG_R[src]

Bit 14 - Bit position 9 interrupt flag

Methods from Deref<Target = R<UCBXIFG_SPEC>>

pub fn bits(&self) -> REG::Ux[src]

Reads raw bits from register.

Trait Implementations

impl Deref for R[src]

type Target = R<UCBXIFG_SPEC>

The resulting type after dereferencing.

impl From<R<UCBXIFG_SPEC>> for R[src]

Auto Trait Implementations

impl Send for R

impl Sync for R

impl Unpin for R

Blanket Implementations

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

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

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

impl<T> From<T> for T[src]

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

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

The type returned in the event of a conversion error.