[][src]Struct lpc81x_pac::usart0::intenset::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 rxrdyen(&mut self) -> _RXRDYENW[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(&mut self) -> _TXRDYENW[src]

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

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

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

pub fn txdisinten(&mut self) -> _TXDISINTENW[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(&mut self) -> _OVERRUNENW[src]

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

pub fn deltarxbrken(&mut self) -> _DELTARXBRKENW[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(&mut self) -> _STARTENW[src]

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

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

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

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

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

pub fn rxnoiseen(&mut self) -> _RXNOISEENW[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 W

impl Sync for W

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