embassy-stm32

Crates

git

Versions

stm32l4p5re

Flavors

Skip to main content

CkinPin

Trait CkinPin 

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

Associates a DFSDM clock-input pin with a transceiver.

Required Methods§

Source

fn af_num(&self) -> u8

Returns the alternate-function number.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

impl<T: Instance, P> CkinPin<T, Tcv0> for P
where P: Ckin0Pin<T>,

Available on non-afio only.
Source§

impl<T: Instance, P> CkinPin<T, Tcv1> for P
where P: Ckin1Pin<T>,

Available on non-afio only.
Source§

impl<T: Instance, P> CkinPin<T, Tcv2> for P
where P: Ckin2Pin<T>,

Available on non-afio only.
Source§

impl<T: Instance, P> CkinPin<T, Tcv3> for P
where P: Ckin3Pin<T>,

Available on non-afio only.
Source§

impl<T: Instance, P> CkinPin<T, Tcv4> for P
where P: Ckin4Pin<T>,

Available on non-afio only.
Source§

impl<T: Instance, P> CkinPin<T, Tcv5> for P
where P: Ckin5Pin<T>,

Available on non-afio only.
Source§

impl<T: Instance, P> CkinPin<T, Tcv6> for P
where P: Ckin6Pin<T>,

Available on non-afio only.
Source§

impl<T: Instance, P> CkinPin<T, Tcv7> for P
where P: Ckin7Pin<T>,

Available on non-afio only.