pub trait BasicAdcRegs {
type SampleTime: Copy;
}Required Associated Types§
type SampleTime: Copy
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".
Implementations on Foreign Types§
Source§impl BasicAdcRegs for Adc
Available on non-adc_wba only.
impl BasicAdcRegs for Adc
Available on non-
adc_wba only.