embassy-stm32

Crates

git

Versions

stm32h573ai

Flavors

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

Trait embassy_stm32::timer::ExternalTriggerPin

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

ExternalTriggerPin pin trait

Required Methodsยง

source

fn af_num(&self) -> u8

Get the AF number needed to use this pin as ExternalTriggerPin

Object Safetyยง

This trait is not object safe.

Implementorsยง