Struct zinc_hal_lpc11xx::ioregs::UART_rs485adrmatch [] [src]

pub struct UART_rs485adrmatch {
    // some fields omitted
}

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

Methods

impl UART_rs485adrmatch

fn get(&self) -> UART_rs485adrmatch_Get

Fetch the value of the RS485ADRMATCH register.

fn adrmatch(&self) -> u32

Get value of ADRMATCH field.

fn ignoring_state(&self) -> UART_rs485adrmatch_Update

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

fn set_adrmatch<'a>(&'a mut self, new_value: u32) -> UART_rs485adrmatch_Update<'a>

Set value of ADRMATCH field.

Trait Implementations

impl Copy for UART_rs485adrmatch

Derived Implementations

impl Clone for UART_rs485adrmatch

fn clone(&self) -> UART_rs485adrmatch

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