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§
Sourcetype SampleTime: Copy
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".