Struct efm32gg11b::can1::status::LEC_W[][src]

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

Write proxy for field LEC

Implementations

Writes variant to the field

No error occurred during last CAN bus event.

More than 5 equal bits in a sequence have occurred in a part of a received message where this is not allowed.

A fixed format part of a received frame has the wrong format.

The message this CAN Core transmitted was not acknowledged by another node.

During the transmission of a message (with the exception of the arbitration field), the device wanted to send a recessive level (bit of logical value 1), but the monitored bus value was dominant.

During the transmission of a message (or acknowledge bit, or active error flag, or overload flag), the device wanted to send a dominant level (data or identifier bit logical value 0), but the monitored Bus value was recessive. During Bus Off recovery this status is set each time a sequence of 11 recessive bits has been monitored. This enables the CPU to monitor the proceeding of the Bus Off recovery sequence (indicating the bus is not stuck at dominant or continuously disturbed).

The CRC check sum was incorrect in the message received; the CRC received for an incoming message does not match with the calculated CRC for the received data.

When the LEC shows the value ‘7’, no CAN bus event was detected since the CPU wrote this value to the LEC.

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.

Should always be Self

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.