Struct gd32f1::gd32f190::can0::tstat::R[][src]

pub struct R(_);
Expand description

Register TSTAT reader

Implementations

Bit 31 - Transmit mailbox 2 last sending in transmit FIFO

Bit 30 - Transmit mailbox 1 last sending in transmit FIFO

Bit 29 - Transmit mailbox 0 last sending in transmit FIFO

Bit 28 - Transmit mailbox 2 empty

Bit 27 - Transmit mailbox 1 empty

Bit 26 - Transmit mailbox 0 empty

Bits 24:25 - number of the transmit FIFO mailbox in which the frame will be transmitted if at least one mailbox is empty

Bit 23 - Mailbox 2 stop transmitting

Bit 19 - Mailbox 2 transmit error

Bit 18 - Mailbox 2 arbitration lost

Bit 17 - Mailbox 2 transmit finished and no error

Bit 16 - Mailbox 2 transmit finished

Bit 15 - Mailbox 1 stop transmitting

Bit 11 - Mailbox 1 transmit error

Bit 10 - Mailbox 1 arbitration lost

Bit 9 - Mailbox 1 transmit finished and no error

Bit 8 - Mailbox 1 transmit finished

Bit 7 - Mailbox 0 stop transmitting

Bit 3 - Mailbox 0 transmit error

Bit 2 - Mailbox 0 arbitration lost

Bit 1 - Mailbox 0 transmit finished and no error

Bit 0 - Mailbox 0 transmit finished

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