embassy-stm32

Crates

git

Versions

stm32c011d6

Flavors

Skip to main content

BasicAdcRegs

Trait BasicAdcRegs 

Source
pub trait BasicAdcRegs: Copy + 'static {
    type SampleTime: Copy;
}
Expand description

Register block of an ADC instance: the sample time type of the ADC.

Required Associated Types§

Source

type SampleTime: Copy

The sample time selection of this ADC.

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementations on Foreign Types§

Source§

impl BasicAdcRegs for Adc

Implementors§