Struct msp432p401r::eusci_b3::ucbx_ie::R[][src]

pub struct R(_);

Register UCBxIE reader

Implementations

impl R[src]

pub fn ucrxie0(&self) -> UCRXIE0_R[src]

Bit 0 - Receive interrupt enable 0

pub fn uctxie0(&self) -> UCTXIE0_R[src]

Bit 1 - Transmit interrupt enable 0

pub fn ucsttie(&self) -> UCSTTIE_R[src]

Bit 2 - START condition interrupt enable

pub fn ucstpie(&self) -> UCSTPIE_R[src]

Bit 3 - STOP condition interrupt enable

pub fn ucalie(&self) -> UCALIE_R[src]

Bit 4 - Arbitration lost interrupt enable

pub fn ucnackie(&self) -> UCNACKIE_R[src]

Bit 5 - Not-acknowledge interrupt enable

pub fn ucbcntie(&self) -> UCBCNTIE_R[src]

Bit 6 - Byte counter interrupt enable

pub fn uccltoie(&self) -> UCCLTOIE_R[src]

Bit 7 - Clock low timeout interrupt enable

pub fn ucrxie1(&self) -> UCRXIE1_R[src]

Bit 8 - Receive interrupt enable 1

pub fn uctxie1(&self) -> UCTXIE1_R[src]

Bit 9 - Transmit interrupt enable 1

pub fn ucrxie2(&self) -> UCRXIE2_R[src]

Bit 10 - Receive interrupt enable 2

pub fn uctxie2(&self) -> UCTXIE2_R[src]

Bit 11 - Transmit interrupt enable 2

pub fn ucrxie3(&self) -> UCRXIE3_R[src]

Bit 12 - Receive interrupt enable 3

pub fn uctxie3(&self) -> UCTXIE3_R[src]

Bit 13 - Transmit interrupt enable 3

pub fn ucbit9ie(&self) -> UCBIT9IE_R[src]

Bit 14 - Bit position 9 interrupt enable

Methods from Deref<Target = R<UCBXIE_SPEC>>

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

Reads raw bits from register.

Trait Implementations

impl Deref for R[src]

type Target = R<UCBXIE_SPEC>

The resulting type after dereferencing.

impl From<R<UCBXIE_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.