Struct lpc177x_8x::uart1::MCR[][src]

pub struct MCR { /* fields omitted */ }

Modem Control Register. Contains controls for flow control handshaking and loopback mode.

Methods

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

impl !Sync for MCR