embassy-stm32

Crates

git

Versions

stm32h757zi-cm4

Flavors

HRTimerPin

Trait HRTimerPin 

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

HRTimerPin pin trait

Required Methods§

Source

fn af_num(&self) -> u8

Get the AF number needed to use this pin as HRTimerPin.

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 HRTimerPin<HRTIM1, ChA> for PC6

Available on non-afio only.
Source§

impl HRTimerPin<HRTIM1, ChB> for PC8

Available on non-afio only.
Source§

impl HRTimerPin<HRTIM1, ChC> for PA9

Available on non-afio only.
Source§

impl HRTimerPin<HRTIM1, ChD> for PA11

Available on non-afio only.