embassy-stm32

Crates

git

Versions

stm32g474cc

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 PA8

Available on non-afio only.
Source§

impl HRTimerPin<HRTIM1, ChB> for PA10

Available on non-afio only.
Source§

impl HRTimerPin<HRTIM1, ChC> for PB12

Available on non-afio only.
Source§

impl HRTimerPin<HRTIM1, ChD> for PB14

Available on non-afio only.
Source§

impl HRTimerPin<HRTIM1, ChF> for PC6

Available on non-afio only.