Struct zinc_hal_lpc11xx::ioregs::UART_rs485dly [] [src]

pub struct UART_rs485dly {
    // some fields omitted
}

Register RS485DLY: RS-485/EIA-485 direction control delay.

Methods

impl UART_rs485dly

fn get(&self) -> UART_rs485dly_Get

Fetch the value of the RS485DLY register.

fn dly(&self) -> u32

Get value of DLY field.

fn ignoring_state(&self) -> UART_rs485dly_Update

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

fn set_dly<'a>(&'a mut self, new_value: u32) -> UART_rs485dly_Update<'a>

Set value of DLY field.

Trait Implementations

impl Copy for UART_rs485dly

Derived Implementations

impl Clone for UART_rs485dly

fn clone(&self) -> UART_rs485dly

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