embassy-stm32

Crates

git

Versions

stm32g474me

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 PA9

Available on non-afio only.
Source§

impl HRTimerComplementaryPin<HRTIM1, ChB> for PA11

Available on non-afio only.
Source§

impl HRTimerComplementaryPin<HRTIM1, ChC> for PB13

Available on non-afio only.
Source§

impl HRTimerComplementaryPin<HRTIM1, ChD> for PB15

Available on non-afio only.
Source§

impl HRTimerComplementaryPin<HRTIM1, ChE> for PC9

Available on non-afio only.
Source§

impl HRTimerComplementaryPin<HRTIM1, ChF> for PC7

Available on non-afio only.