Struct lpc845_pac::usart0::ctl::AUTOBAUD_W[][src]

pub struct AUTOBAUD_W<'a> { /* fields omitted */ }
Expand description

Field AUTOBAUD writer - Autobaud enable.

Implementations

Writes variant to the field

Disabled. USART is in normal operating mode.

Enabled. USART is in autobaud mode. This bit should only be set when the USART receiver is idle. The first start bit of RX is measured and used the update the BRG register to match the received data rate. AUTOBAUD is cleared once this process is complete, or if there is an AERR.

Sets the field bit

Clears the field bit

Writes raw bits to the field

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.