Struct lpc177x_8x::uart1::TER[][src]

pub struct TER { /* fields omitted */ }

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

Methods

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

impl !Sync for TER