Struct msp432p401r::eusci_b0::ucbx_ie::W[][src]

pub struct W(_);

Register UCBxIE writer

Implementations

impl W[src]

pub fn ucrxie0(&mut self) -> UCRXIE0_W<'_>[src]

Bit 0 - Receive interrupt enable 0

pub fn uctxie0(&mut self) -> UCTXIE0_W<'_>[src]

Bit 1 - Transmit interrupt enable 0

pub fn ucsttie(&mut self) -> UCSTTIE_W<'_>[src]

Bit 2 - START condition interrupt enable

pub fn ucstpie(&mut self) -> UCSTPIE_W<'_>[src]

Bit 3 - STOP condition interrupt enable

pub fn ucalie(&mut self) -> UCALIE_W<'_>[src]

Bit 4 - Arbitration lost interrupt enable

pub fn ucnackie(&mut self) -> UCNACKIE_W<'_>[src]

Bit 5 - Not-acknowledge interrupt enable

pub fn ucbcntie(&mut self) -> UCBCNTIE_W<'_>[src]

Bit 6 - Byte counter interrupt enable

pub fn uccltoie(&mut self) -> UCCLTOIE_W<'_>[src]

Bit 7 - Clock low timeout interrupt enable

pub fn ucrxie1(&mut self) -> UCRXIE1_W<'_>[src]

Bit 8 - Receive interrupt enable 1

pub fn uctxie1(&mut self) -> UCTXIE1_W<'_>[src]

Bit 9 - Transmit interrupt enable 1

pub fn ucrxie2(&mut self) -> UCRXIE2_W<'_>[src]

Bit 10 - Receive interrupt enable 2

pub fn uctxie2(&mut self) -> UCTXIE2_W<'_>[src]

Bit 11 - Transmit interrupt enable 2

pub fn ucrxie3(&mut self) -> UCRXIE3_W<'_>[src]

Bit 12 - Receive interrupt enable 3

pub fn uctxie3(&mut self) -> UCTXIE3_W<'_>[src]

Bit 13 - Transmit interrupt enable 3

pub fn ucbit9ie(&mut self) -> UCBIT9IE_W<'_>[src]

Bit 14 - Bit position 9 interrupt enable

pub unsafe fn bits(&mut self, bits: u16) -> &mut Self[src]

Writes raw bits to the register.

Methods from Deref<Target = W<UCBXIE_SPEC>>

pub unsafe fn bits(&mut self, bits: REG::Ux) -> &mut Self[src]

Writes raw bits to the register.

Trait Implementations

impl Deref for W[src]

type Target = W<UCBXIE_SPEC>

The resulting type after dereferencing.

impl DerefMut for W[src]

impl From<W<UCBXIE_SPEC>> for W[src]

Auto Trait Implementations

impl Send for W

impl Sync for W

impl Unpin for W

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.