Struct zinc_hal_lpc11xx::ioregs::UART_rs485dly_Get [] [src]

pub struct UART_rs485dly_Get {
    // some fields omitted
}

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

Methods

impl UART_rs485dly_Get

fn new(reg: &UART_rs485dly) -> UART_rs485dly_Get

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

fn raw(&self) -> u32

Get the raw value of the register.

fn dly(&self) -> u32

Get value of DLY field: Contains the direction control (RTS or DTR) delay value. This register works in conjunction with an 8-bit counter.

Trait Implementations

impl Copy for UART_rs485dly_Get

Derived Implementations

impl Clone for UART_rs485dly_Get

fn clone(&self) -> UART_rs485dly_Get

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