embassy-stm32

Crates

git

Versions

stm32h747ii-cm7

Flavors

SckPin

Trait SckPin 

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

SckPin pin trait

Required Methods§

Source

fn af_num(&self) -> u8

Get the AF number needed to use this pin as SckPin

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 SckPin<SAI1, A> for PE5

Available on non-afio only.
Source§

impl SckPin<SAI1, B> for PF8

Available on non-afio only.
Source§

impl SckPin<SAI2, A> for PD13

Available on non-afio only.
Source§

impl SckPin<SAI2, B> for PA2

Available on non-afio only.
Source§

impl SckPin<SAI2, B> for PE12

Available on non-afio only.
Source§

impl SckPin<SAI3, A> for PD0

Available on non-afio only.
Source§

impl SckPin<SAI3, B> for PD8

Available on non-afio only.
Source§

impl SckPin<SAI4, A> for PE5

Available on non-afio only.
Source§

impl SckPin<SAI4, B> for PF8

Available on non-afio only.