embassy-stm32

Crates

git

Versions

stm32h743xi

Flavors

HRTimerComplementaryPin

Trait HRTimerComplementaryPin 

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

HRTimerComplementaryPin pin trait

Required Methods§

Source

fn af_num(&self) -> u8

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

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 HRTimerComplementaryPin<HRTIM1, ChA> for PC7

Available on non-afio only.
Source§

impl HRTimerComplementaryPin<HRTIM1, ChB> for PA8

Available on non-afio only.
Source§

impl HRTimerComplementaryPin<HRTIM1, ChC> for PA10

Available on non-afio only.
Source§

impl HRTimerComplementaryPin<HRTIM1, ChD> for PA12

Available on non-afio only.
Source§

impl HRTimerComplementaryPin<HRTIM1, ChE> for PG7

Available on non-afio only.