embassy-stm32

Crates

git

Versions

stm32u599nj

Flavors

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

Trait embassy_stm32::usart::DePin

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

DePin pin trait

Required Methodsยง

source

fn af_num(&self) -> u8

Get the AF number needed to use this pin as DePin

Object Safetyยง

This trait is not object safe.

Implementorsยง