Struct lpc845_pac::usart0::cfg::R[][src]

pub struct R(_);
Expand description

Register CFG reader

Implementations

Bit 0 - USART Enable.

Bits 2:3 - Selects the data size for the USART.

Bits 4:5 - Selects what type of parity is used by the USART.

Bit 6 - Number of stop bits appended to transmitted data. Only a single stop bit is required for received data.

Bit 9 - CTS Enable. Determines whether CTS is used for flow control. CTS can be from the input pin, or from the USART’s own RTS if loopback mode is enabled.

Bit 11 - Selects synchronous or asynchronous operation.

Bit 12 - Selects the clock polarity and sampling edge of received data in synchronous mode.

Bit 14 - Synchronous mode Master select.

Bit 15 - Selects data loopback mode.

Bit 18 - Output Enable Turnaround time enable for RS-485 operation.

Bit 19 - Automatic Address matching enable.

Bit 20 - Output Enable Select.

Bit 21 - Output Enable Polarity.

Bit 22 - Receive data polarity.

Bit 23 - Transmit data polarity.

Methods from Deref<Target = R<CFG_SPEC>>

Reads raw bits from register.

Trait Implementations

The resulting type after dereferencing.

Dereferences the value.

Performs the conversion.

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.