Struct zinc_hal_lpc11xx::ioregs::UART_fcr [] [src]

pub struct UART_fcr {
    // some fields omitted
}

Register FCR: FIFO Control Register. Controls UART FIFO usage and modes.

Methods

impl UART_fcr

fn ignoring_state(&self) -> UART_fcr_Update

Create new updater that ignores current value of the FCR register.

fn set_fifoen<'a>(&'a mut self, new_value: UART_fcr_fifoen) -> UART_fcr_Update<'a>

Set value of FIFOEN field.

fn set_rxfifores<'a>(&'a mut self, new_value: UART_fcr_rxfifores) -> UART_fcr_Update<'a>

Set value of RXFIFORES field.

fn set_txfifores<'a>(&'a mut self, new_value: UART_fcr_txfifores) -> UART_fcr_Update<'a>

Set value of TXFIFORES field.

fn set_rxtl<'a>(&'a mut self, new_value: UART_fcr_rxtl) -> UART_fcr_Update<'a>

Set value of RXTL field.

Trait Implementations

impl Copy for UART_fcr

Derived Implementations

impl Clone for UART_fcr

fn clone(&self) -> UART_fcr

fn clone_from(&mut self, source: &Self)