Struct gd32f1::gd32f130::usart0::stat::R[][src]

pub struct R(_);
Expand description

Register STAT reader

Implementations

Bit 22 - Receive enable acknowledge flag

Bit 21 - Transmit enable acknowledge flag

Bit 20 - Wakeup from Deep-sleep mode flag

Bit 19 - Receiver wakeup from Mute mode

Bit 18 - Send break flag

Bit 17 - ADDR match flag

Bit 16 - Busy flag

Bit 15 - Auto baudrate detection flag

Bit 14 - Auto baudrate detection error

Bit 12 - End of block flag

Bit 11 - Receiver timeout

Bit 10 - CTS level

Bit 9 - CTS change flag

Bit 8 - LIN break detection flag

Bit 7 - Transmit data register empty

Bit 6 - Transmission complete

Bit 5 - Read data buffer not empty

Bit 4 - IDLE line detected flag

Bit 3 - Overrun error

Bit 2 - Noise error flag

Bit 1 - Frame error flag

Bit 0 - Parity error flag

Methods from Deref<Target = R<STAT_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.