Struct stm32l4_stm32hal::stm32l4x5::can1::TX[][src]

#[repr(C)]
pub struct TX { pub tir: TIR, pub tdtr: TDTR, pub tdlr: TDLR, pub tdhr: TDHR, }
Expand description

Register block

Fields

tir: TIR

0x00 - TX mailbox identifier register

tdtr: TDTR

0x04 - mailbox data length control and time stamp register

tdlr: TDLR

0x08 - mailbox data low register

tdhr: TDHR

0x0c - mailbox data high register

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.