embassy-stm32

Crates

git

Versions

stm32f103r8

Flavors

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

Trait embassy_stm32::adc::AdcChannel

source ยท
pub trait AdcChannel<T>: SealedAdcChannel<T> + Sized {
    // Provided method
    fn degrade_adc(self) -> AnyAdcChannel<T> { ... }
}
Expand description

ADC channel.

Provided Methodsยง

Object Safetyยง

This trait is not object safe.

Implementorsยง