Trait stm32f3xx_hal::can::TxPin[][src]

pub trait TxPin: Sealed { }
Expand description

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

Implementors