Struct zinc_hal_lpc11xx::ioregs::UART_acr_Get [] [src]

pub struct UART_acr_Get {
    // some fields omitted
}

ACR: Auto-baud Control Register. Contains controls for the auto-baud feature.

Methods

impl UART_acr_Get

fn new(reg: &UART_acr) -> UART_acr_Get

Create a getter reflecting the current value of the given register.

fn raw(&self) -> u32

Get the raw value of the register.

fn start(&self) -> UART_acr_start

Get value of START field: Start bit. This bit is automatically cleared after auto-baud completion.

fn mode(&self) -> UART_acr_mode

Get value of MODE field: Auto-baud mode select

fn autorestart(&self) -> UART_acr_autorestart

Get value of AUTORESTART field: Restart enable

fn abeointclr(&self) -> UART_acr_abeointclr

Get value of ABEOINTCLR field: End of auto-baud interrupt clear (write only accessible)

fn abtointclr(&self) -> UART_acr_abtointclr

Get value of ABTOINTCLR field: Auto-baud time-out interrupt clear (write only accessible)

Trait Implementations

impl Copy for UART_acr_Get

Derived Implementations

impl Clone for UART_acr_Get

fn clone(&self) -> UART_acr_Get

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