Trait stm32f3xx_hal::can::RxPin[][src]

pub trait RxPin: Sealed { }
Expand description

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

Implementors