pub trait BasicInstance {
type Regs: AdcRegs;
}Expand description
The register block type of an ADC instance.
Required Associated Types§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".