Struct lpc13xx::uart::LCR [] [src]

pub struct LCR { /* fields omitted */ }

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

Methods

impl LCR
[src]

[src]

Modifies the contents of the register

[src]

Reads the contents of the register

[src]

Writes to the register

[src]

Writes the reset value to the register

Trait Implementations

Auto Trait Implementations

impl Send for LCR

impl !Sync for LCR