Module stm32f3xx_hal::can

source ·
Expand description

Controller Area Network.

CAN is currently not enabled by default, and can be enabled by the can feature.

It is a implementation of the bxcan traits.

A usage example of the can peripheral can be found at examples/can.rs

Structs

  • Struct representing a CAN peripheral and its configured TX and RX pins.

Traits

  • Marker trait for pins (with specific AF mode) that can be used as a CAN RX pin.
  • Marker trait for pins (with specific AF mode) that can be used as a CAN TX pin.