Struct lpc177x_8x::uart1::DLL[][src]

pub struct DLL { /* fields omitted */ }

DLAB =1. Divisor Latch LSB. Least significant byte of the baud rate divisor value. The full divisor is used to generate a baud rate from the fractional rate divider.

Methods

impl DLL
[src]

Modifies the contents of the register

Reads the contents of the register

Writes to the register

Writes the reset value to the register

Auto Trait Implementations

impl Send for DLL

impl !Sync for DLL