embassy-stm32

Crates

git

Versions

stm32h7b3zi

Flavors

CkPin

Trait CkPin 

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

CkPin pin trait

Required Methods§

Source

fn af_num(&self) -> u8

Get the AF number needed to use this pin as CkPin

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 CkPin<SPI1> for PA5

Available on non-afio only.
Source§

impl CkPin<SPI1> for PB3

Available on non-afio only.
Source§

impl CkPin<SPI1> for PG11

Available on non-afio only.
Source§

impl CkPin<SPI2> for PA9

Available on non-afio only.
Source§

impl CkPin<SPI2> for PA12

Available on non-afio only.
Source§

impl CkPin<SPI2> for PB10

Available on non-afio only.
Source§

impl CkPin<SPI2> for PB13

Available on non-afio only.
Source§

impl CkPin<SPI2> for PD3

Available on non-afio only.
Source§

impl CkPin<SPI3> for PB3

Available on non-afio only.
Source§

impl CkPin<SPI3> for PC10

Available on non-afio only.
Source§

impl CkPin<SPI6> for PA5

Available on non-afio only.
Source§

impl CkPin<SPI6> for PB3

Available on non-afio only.
Source§

impl CkPin<SPI6> for PC12

Available on non-afio only.
Source§

impl CkPin<SPI6> for PG13

Available on non-afio only.