Struct lpc13xx::uart::TER [] [src]

pub struct TER { /* fields omitted */ }

Transmit Enable Register. Turns off UART transmitter for use with software flow control.

Methods

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

impl !Sync for TER