Struct lpc13xx::uart::LSR [] [src]

pub struct LSR { /* fields omitted */ }

Line Status Register. Contains flags for transmit and receive status, including line errors.

Methods

impl LSR
[src]

[src]

Reads the contents of the register

Trait Implementations

Auto Trait Implementations

impl Send for LSR

impl !Sync for LSR