Struct lpc177x_8x::uart1::LCR[][src]

pub struct LCR { /* fields omitted */ }

Line Control Register. Contains controls for frame formatting and break generation.

Methods

impl LCR
[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 LCR

impl !Sync for LCR