Struct zinc_hal_lpc11xx::ioregs::UART_rs485adrmatch_Get [] [src]

pub struct UART_rs485adrmatch_Get {
    // some fields omitted
}

RS485ADRMATCH: RS-485/EIA-485 address match. Contains the address match value for RS-485/EIA-485 mode.

Methods

impl UART_rs485adrmatch_Get

fn new(reg: &UART_rs485adrmatch) -> UART_rs485adrmatch_Get

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

fn raw(&self) -> u32

Get the raw value of the register.

fn adrmatch(&self) -> u32

Get value of ADRMATCH field: Contains the address match value.

Trait Implementations

impl Copy for UART_rs485adrmatch_Get

Derived Implementations

impl Clone for UART_rs485adrmatch_Get

fn clone(&self) -> UART_rs485adrmatch_Get

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