[][src]Struct lpc81x_pac::usart0::intenset::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

pub fn bits(&self) -> u32[src]

Value of the register as raw bits

pub fn rxrdyen(&self) -> RXRDYENR[src]

Bit 0 - When 1, enables an interrupt when there is a received character available to be read from the RXDATA register.

pub fn txrdyen(&self) -> TXRDYENR[src]

Bit 2 - When 1, enables an interrupt when the TXDATA register is available to take another character to transmit.

pub fn deltactsen(&self) -> DELTACTSENR[src]

Bit 5 - When 1, enables an interrupt when there is a change in the state of the CTS input.

pub fn txdisinten(&self) -> TXDISINTENR[src]

Bit 6 - When 1, enables an interrupt when the transmitter is fully disabled as indicated by the TXDISINT flag in STAT. See description of the TXDISINT bit for details.

pub fn overrunen(&self) -> OVERRUNENR[src]

Bit 8 - When 1, enables an interrupt when an overrun error occurred.

pub fn deltarxbrken(&self) -> DELTARXBRKENR[src]

Bit 11 - When 1, enables an interrupt when a change of state has occurred in the detection of a received break condition (break condition asserted or deasserted).

pub fn starten(&self) -> STARTENR[src]

Bit 12 - When 1, enables an interrupt when a received start bit has been detected.

pub fn framerren(&self) -> FRAMERRENR[src]

Bit 13 - When 1, enables an interrupt when a framing error has been detected.

pub fn parityerren(&self) -> PARITYERRENR[src]

Bit 14 - When 1, enables an interrupt when a parity error has been detected.

pub fn rxnoiseen(&self) -> RXNOISEENR[src]

Bit 15 - When 1, enables an interrupt when noise is detected. See description of the RXNOISEINT bit in Table 164.

Auto Trait Implementations

impl Send for R

impl Sync for R

Blanket Implementations

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> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

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.

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self