Struct msp432p401r::eusci_b0::ucbx_ctlw0::R[][src]

pub struct R(_);

Register UCBxCTLW0 reader

Implementations

impl R[src]

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

Bit 0 - Software reset enable

pub fn uctxstt(&self) -> UCTXSTT_R[src]

Bit 1 - Transmit START condition in master mode

pub fn uctxstp(&self) -> UCTXSTP_R[src]

Bit 2 - Transmit STOP condition in master mode

pub fn uctxnack(&self) -> UCTXNACK_R[src]

Bit 3 - Transmit a NACK

pub fn uctr(&self) -> UCTR_R[src]

Bit 4 - Transmitter/receiver

pub fn uctxack(&self) -> UCTXACK_R[src]

Bit 5 - Transmit ACK condition in slave mode

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

Bits 6:7 - eUSCI_B 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_B mode

pub fn ucmst(&self) -> UCMST_R[src]

Bit 11 - Master mode select

pub fn ucmm(&self) -> UCMM_R[src]

Bit 13 - Multi-master environment select

pub fn ucsla10(&self) -> UCSLA10_R[src]

Bit 14 - Slave addressing mode select

pub fn uca10(&self) -> UCA10_R[src]

Bit 15 - Own addressing mode select

Methods from Deref<Target = R<UCBXCTLW0_SPEC>>

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

Reads raw bits from register.

Trait Implementations

impl Deref for R[src]

type Target = R<UCBXCTLW0_SPEC>

The resulting type after dereferencing.

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