Struct lpc177x_8x::uart1::lcr::_BCW[][src]

pub struct _BCW<'a> { /* fields omitted */ }

Proxy

Methods

impl<'a> _BCW<'a>
[src]

Writes variant to the field

Disable break transmission.

Enable break transmission. Output pin UART1 TXD is forced to logic 0 when LCR[6] is active high.

Sets the field bit

Clears the field bit

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for _BCW<'a>

impl<'a> Sync for _BCW<'a>