Struct msp432p401r::eusci_a0::ucax_ctlw0::W[][src]

pub struct W(_);

Register UCAxCTLW0 writer

Implementations

impl W[src]

pub fn ucswrst(&mut self) -> UCSWRST_W<'_>[src]

Bit 0 - Software reset enable

pub fn uctxbrk(&mut self) -> UCTXBRK_W<'_>[src]

Bit 1 - Transmit break

pub fn uctxaddr(&mut self) -> UCTXADDR_W<'_>[src]

Bit 2 - Transmit address

pub fn ucdorm(&mut self) -> UCDORM_W<'_>[src]

Bit 3 - Dormant

pub fn ucbrkie(&mut self) -> UCBRKIE_W<'_>[src]

Bit 4 - Receive break character interrupt enable

pub fn ucrxeie(&mut self) -> UCRXEIE_W<'_>[src]

Bit 5 - Receive erroneous-character interrupt enable

pub fn ucssel(&mut self) -> UCSSEL_W<'_>[src]

Bits 6:7 - eUSCI_A clock source select

pub fn ucsync(&mut self) -> UCSYNC_W<'_>[src]

Bit 8 - Synchronous mode enable

pub fn ucmode(&mut self) -> UCMODE_W<'_>[src]

Bits 9:10 - eUSCI_A mode

pub fn ucspb(&mut self) -> UCSPB_W<'_>[src]

Bit 11 - Stop bit select

pub fn uc7bit(&mut self) -> UC7BIT_W<'_>[src]

Bit 12 - Character length

pub fn ucmsb(&mut self) -> UCMSB_W<'_>[src]

Bit 13 - MSB first select

pub fn ucpar(&mut self) -> UCPAR_W<'_>[src]

Bit 14 - Parity select

pub fn ucpen(&mut self) -> UCPEN_W<'_>[src]

Bit 15 - Parity enable

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

Writes raw bits to the register.

Methods from Deref<Target = W<UCAXCTLW0_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<UCAXCTLW0_SPEC>

The resulting type after dereferencing.

impl DerefMut for W[src]

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