embassy-stm32

Crates

git

Versions

stm32u535vc

Flavors

Channel1Pin

Trait Channel1Pin 

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

Channel1Pin pin trait

Required Methods§

Source

fn af_num(&self) -> u8

Get the AF number needed to use this pin as Channel1Pin

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 Channel1Pin<LPTIM1> for PA14

Available on non-afio only.
Source§

impl Channel1Pin<LPTIM1> for PB2

Available on non-afio only.
Source§

impl Channel1Pin<LPTIM1> for PB3

Available on non-afio only.
Source§

impl Channel1Pin<LPTIM1> for PC1

Available on non-afio only.
Source§

impl Channel1Pin<LPTIM2> for PA4

Available on non-afio only.
Source§

impl Channel1Pin<LPTIM2> for PA8

Available on non-afio only.
Source§

impl Channel1Pin<LPTIM2> for PD13

Available on non-afio only.
Source§

impl Channel1Pin<LPTIM3> for PB0

Available on non-afio only.
Source§

impl Channel1Pin<LPTIM3> for PB10

Available on non-afio only.
Source§

impl Channel1Pin<LPTIM3> for PC3

Available on non-afio only.
Source§

impl Channel1Pin<LPTIM3> for PC8

Available on non-afio only.
Source§

impl Channel1Pin<LPTIM3> for PD14

Available on non-afio only.