embassy-stm32

Crates

git

Versions

stm32u585oi

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 PB1

Available on non-afio only.
Source§

impl SdiPin<MDF1> for PB6

Available on non-afio only.
Source§

impl SdiPin<MDF1> for PB14

Available on non-afio only.
Source§

impl SdiPin<MDF1> for PC0

Available on non-afio only.
Source§

impl SdiPin<MDF1> for PC7

Available on non-afio only.
Source§

impl SdiPin<MDF1> for PE4

Available on non-afio only.
Source§

impl SdiPin<MDF1> for PE7

Available on non-afio only.
Source§

impl SdiPin<MDF1> for PE10

Available on non-afio only.