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

pub struct W(_);

Register UCBxIFG writer

Implementations

impl W[src]

pub fn ucrxifg0(&mut self) -> UCRXIFG0_W<'_>[src]

Bit 0 - eUSCI_B receive interrupt flag 0

pub fn uctxifg0(&mut self) -> UCTXIFG0_W<'_>[src]

Bit 1 - eUSCI_B transmit interrupt flag 0

pub fn ucsttifg(&mut self) -> UCSTTIFG_W<'_>[src]

Bit 2 - START condition interrupt flag

pub fn ucstpifg(&mut self) -> UCSTPIFG_W<'_>[src]

Bit 3 - STOP condition interrupt flag

pub fn ucalifg(&mut self) -> UCALIFG_W<'_>[src]

Bit 4 - Arbitration lost interrupt flag

pub fn ucnackifg(&mut self) -> UCNACKIFG_W<'_>[src]

Bit 5 - Not-acknowledge received interrupt flag

pub fn ucbcntifg(&mut self) -> UCBCNTIFG_W<'_>[src]

Bit 6 - Byte counter interrupt flag

pub fn uccltoifg(&mut self) -> UCCLTOIFG_W<'_>[src]

Bit 7 - Clock low timeout interrupt flag

pub fn ucrxifg1(&mut self) -> UCRXIFG1_W<'_>[src]

Bit 8 - eUSCI_B receive interrupt flag 1

pub fn uctxifg1(&mut self) -> UCTXIFG1_W<'_>[src]

Bit 9 - eUSCI_B transmit interrupt flag 1

pub fn ucrxifg2(&mut self) -> UCRXIFG2_W<'_>[src]

Bit 10 - eUSCI_B receive interrupt flag 2

pub fn uctxifg2(&mut self) -> UCTXIFG2_W<'_>[src]

Bit 11 - eUSCI_B transmit interrupt flag 2

pub fn ucrxifg3(&mut self) -> UCRXIFG3_W<'_>[src]

Bit 12 - eUSCI_B receive interrupt flag 3

pub fn uctxifg3(&mut self) -> UCTXIFG3_W<'_>[src]

Bit 13 - eUSCI_B transmit interrupt flag 3

pub fn ucbit9ifg(&mut self) -> UCBIT9IFG_W<'_>[src]

Bit 14 - Bit position 9 interrupt flag

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

Writes raw bits to the register.

Methods from Deref<Target = W<UCBXIFG_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<UCBXIFG_SPEC>

The resulting type after dereferencing.

impl DerefMut for W[src]

impl From<W<UCBXIFG_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.