Struct lpc177x_8x::uart1::LSR[][src]

pub struct LSR { /* fields omitted */ }

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

Methods

impl LSR
[src]

Reads the contents of the register

Auto Trait Implementations

impl Send for LSR

impl !Sync for LSR