Module stm32f4xx_hal::pac::can1::tx

source ·
Expand description

Register block CAN Transmit cluster

Modules

  • mailbox data high register
  • mailbox data low register
  • mailbox data length control and time stamp register
  • TX mailbox identifier register

Type Aliases

  • TDHR register accessor: an alias for Reg<TDHR_SPEC>
  • TDLR register accessor: an alias for Reg<TDLR_SPEC>
  • TDTR register accessor: an alias for Reg<TDTR_SPEC>
  • TIR register accessor: an alias for Reg<TIR_SPEC>