[][src]Struct ambiq_apollo3_pac::uart0::mis::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 oemis(&mut self) -> _OEMISW[src]

Bit 10 - This bit holds the overflow interrupt status masked.

pub fn bemis(&mut self) -> _BEMISW[src]

Bit 9 - This bit holds the break error interrupt status masked.

pub fn pemis(&mut self) -> _PEMISW[src]

Bit 8 - This bit holds the parity error interrupt status masked.

pub fn femis(&mut self) -> _FEMISW[src]

Bit 7 - This bit holds the framing error interrupt status masked.

pub fn rtmis(&mut self) -> _RTMISW[src]

Bit 6 - This bit holds the receive timeout interrupt status masked.

pub fn txmis(&mut self) -> _TXMISW[src]

Bit 5 - This bit holds the transmit interrupt status masked.

pub fn rxmis(&mut self) -> _RXMISW[src]

Bit 4 - This bit holds the receive interrupt status masked.

pub fn dsrmmis(&mut self) -> _DSRMMISW[src]

Bit 3 - This bit holds the modem DSR interrupt status masked.

pub fn dcdmmis(&mut self) -> _DCDMMISW[src]

Bit 2 - This bit holds the modem DCD interrupt status masked.

pub fn ctsmmis(&mut self) -> _CTSMMISW[src]

Bit 1 - This bit holds the modem CTS interrupt status masked.

pub fn txcmpmmis(&mut self) -> _TXCMPMMISW[src]

Bit 0 - This bit holds the modem TXCMP interrupt status masked.

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