Struct stm32f0xx_hal::pac::can::RX[][src]

#[repr(C)]
pub struct RX { pub rir: Reg<RIR_SPEC>, pub rdtr: Reg<RDTR_SPEC>, pub rdlr: Reg<RDLR_SPEC>, pub rdhr: Reg<RDHR_SPEC>, }
Expand description

Register block

Fields

rir: Reg<RIR_SPEC>

0x00 - CAN_RI0R

rdtr: Reg<RDTR_SPEC>

0x04 - CAN_RDT0R

rdlr: Reg<RDLR_SPEC>

0x08 - CAN_RDL0R

rdhr: Reg<RDHR_SPEC>

0x0c - CAN_RDH0R

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.