embassy-stm32

Crates

git

Versions

stm32n657b0

Flavors

SdiPin

Trait SdiPin 

Source
pub trait SdiPin<T: Instance>: Pin {
    // Required method
    fn af_num(&self) -> u8;
}
Expand description

SdiPin pin trait

Required Methods§

Source

fn af_num(&self) -> u8

Get the AF number needed to use this pin as SdiPin.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl SdiPin<MDF1> for PB0

Available on non-afio only.
Source§

impl SdiPin<MDF1> for PB7

Available on non-afio only.
Source§

impl SdiPin<MDF1> for PD2

Available on non-afio only.
Source§

impl SdiPin<MDF1> for PD12

Available on non-afio only.
Source§

impl SdiPin<MDF1> for PE8

Available on non-afio only.
Source§

impl SdiPin<MDF1> for PE10

Available on non-afio only.
Source§

impl SdiPin<MDF1> for PE12

Available on non-afio only.
Source§

impl SdiPin<MDF1> for PF10

Available on non-afio only.