embassy-stm32

Crates

git

Versions

stm32l431rb

Flavors

Skip to main content

HasInternalChannel

Trait HasInternalChannel 

Source
pub trait HasInternalChannel<C: SpecialChannel>: ConverterFor<C> { }
Expand description

ADC instances that have the internal channel C.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

impl<C: SpecialChannel, T: ConverterFor<C>> HasInternalChannel<C> for T