[][src]Struct ambiq_apollo3_pac::uart0::fr::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn reset_value() -> W[src]

Reset value of the register

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

Writes raw bits to the register

pub fn txbusy(&mut self) -> _TXBUSYW[src]

Bit 8 - This bit holds the transmit BUSY indicator.

pub fn txfe(&mut self) -> _TXFEW[src]

Bit 7 - This bit holds the transmit FIFO empty indicator.

pub fn rxff(&mut self) -> _RXFFW[src]

Bit 6 - This bit holds the receive FIFO full indicator.

pub fn txff(&mut self) -> _TXFFW[src]

Bit 5 - This bit holds the transmit FIFO full indicator.

pub fn rxfe(&mut self) -> _RXFEW[src]

Bit 4 - This bit holds the receive FIFO empty indicator.

pub fn busy(&mut self) -> _BUSYW[src]

Bit 3 - This bit holds the busy indicator.

pub fn dcd(&mut self) -> _DCDW[src]

Bit 2 - This bit holds the data carrier detect indicator.

pub fn dsr(&mut self) -> _DSRW[src]

Bit 1 - This bit holds the data set ready indicator.

pub fn cts(&mut self) -> _CTSW[src]

Bit 0 - This bit holds the clear to send indicator.

Auto Trait Implementations

impl Send for W

impl Sync for W

Blanket Implementations

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> From for T[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same for T

type Output = T

Should always be Self