Struct lpc177x_8x::uart1::acr::W[][src]

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W
[src]

Reset value of the register

Writes raw bits to the register

Bit 0 - Auto-baud start bit. This bit is automatically cleared after auto-baud completion.

Bit 1 - Auto-baud mode select bit.

Bit 2 - Auto-baud restart bit.

Bit 8 - End of auto-baud interrupt clear bit (write-only).

Bit 9 - Auto-baud time-out interrupt clear bit (write-only).

Auto Trait Implementations

impl Send for W

impl Sync for W