Struct stm32f0xx_hal::pac::can::esr::LEC_R[][src]

pub struct LEC_R(_);
Expand description

Field LEC reader - LEC

Implementations

Get enumerated values variant

Checks if the value of the field is NOERROR

Checks if the value of the field is STUFF

Checks if the value of the field is FORM

Checks if the value of the field is ACK

Checks if the value of the field is BITRECESSIVE

Checks if the value of the field is BITDOMINANT

Checks if the value of the field is CRC

Checks if the value of the field is CUSTOM

Methods from Deref<Target = FieldReader<u8, LEC_A>>

Reads raw bits from field.

Value of the field as raw bits.

Returns true if the bit is clear (0).

Returns true if the bit is set (1).

Trait Implementations

The resulting type after dereferencing.

Dereferences the value.

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.