Struct msp432p401r::eusci_a3::ucax_ctlw0::R[][src]

pub struct R(_);

Register UCAxCTLW0 reader

Implementations

impl R[src]

pub fn ucswrst(&self) -> UCSWRST_R[src]

Bit 0 - Software reset enable

pub fn uctxbrk(&self) -> UCTXBRK_R[src]

Bit 1 - Transmit break

pub fn uctxaddr(&self) -> UCTXADDR_R[src]

Bit 2 - Transmit address

pub fn ucdorm(&self) -> UCDORM_R[src]

Bit 3 - Dormant

pub fn ucbrkie(&self) -> UCBRKIE_R[src]

Bit 4 - Receive break character interrupt enable

pub fn ucrxeie(&self) -> UCRXEIE_R[src]

Bit 5 - Receive erroneous-character interrupt enable

pub fn ucssel(&self) -> UCSSEL_R[src]

Bits 6:7 - eUSCI_A clock source select

pub fn ucsync(&self) -> UCSYNC_R[src]

Bit 8 - Synchronous mode enable

pub fn ucmode(&self) -> UCMODE_R[src]

Bits 9:10 - eUSCI_A mode

pub fn ucspb(&self) -> UCSPB_R[src]

Bit 11 - Stop bit select

pub fn uc7bit(&self) -> UC7BIT_R[src]

Bit 12 - Character length

pub fn ucmsb(&self) -> UCMSB_R[src]

Bit 13 - MSB first select

pub fn ucpar(&self) -> UCPAR_R[src]

Bit 14 - Parity select

pub fn ucpen(&self) -> UCPEN_R[src]

Bit 15 - Parity enable

Methods from Deref<Target = R<UCAXCTLW0_SPEC>>

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

Reads raw bits from register.

Trait Implementations

impl Deref for R[src]

type Target = R<UCAXCTLW0_SPEC>

The resulting type after dereferencing.

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