embassy-stm32

Crates

git

Versions

stm32h503rb

Flavors

๐Ÿ“ฃ We want to hear from you! Fill the Rust Embedded 2024 micro-survey.

Trait embassy_stm32::timer::Channel2Pin

source ยท
pub trait Channel2Pin<T: GeneralInstance4Channel>: Pin {
    // Required method
    fn af_num(&self) -> u8;
}
Expand description

Channel2Pin pin trait

Required Methodsยง

source

fn af_num(&self) -> u8

Get the AF number needed to use this pin as Channel2Pin

Object Safetyยง

This trait is not object safe.

Implementorsยง