[][src]Struct ambiq_apollo3_pac::uart0::cr::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 ctsen(&mut self) -> _CTSENW[src]

Bit 15 - This bit enables CTS hardware flow control.

pub fn rtsen(&mut self) -> _RTSENW[src]

Bit 14 - This bit enables RTS hardware flow control.

pub fn out2(&mut self) -> _OUT2W[src]

Bit 13 - This bit holds modem Out2.

pub fn out1(&mut self) -> _OUT1W[src]

Bit 12 - This bit holds modem Out1.

pub fn rts(&mut self) -> _RTSW[src]

Bit 11 - This bit enables request to send.

pub fn dtr(&mut self) -> _DTRW[src]

Bit 10 - This bit enables data transmit ready.

pub fn rxe(&mut self) -> _RXEW[src]

Bit 9 - This bit is the receive enable.

pub fn txe(&mut self) -> _TXEW[src]

Bit 8 - This bit is the transmit enable.

pub fn lbe(&mut self) -> _LBEW[src]

Bit 7 - This bit is the loopback enable.

pub fn clksel(&mut self) -> _CLKSELW[src]

Bits 4:6 - This bitfield is the UART clock select.

pub fn clken(&mut self) -> _CLKENW[src]

Bit 3 - This bit is the UART clock enable.

pub fn sirlp(&mut self) -> _SIRLPW[src]

Bit 2 - This bit is the SIR low power select.

pub fn siren(&mut self) -> _SIRENW[src]

Bit 1 - This bit is the SIR ENDEC enable.

pub fn uarten(&mut self) -> _UARTENW[src]

Bit 0 - This bit is the UART enable.

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