pub trait Instance: Deref<Target = RegisterBlock> + Sealed {
type SharedInstance: CommonInstance;
}
Expand description
ADC Instance
Required Associated Types§
Shared Instance / Registerblock between multiple ADCs
pub trait Instance: Deref<Target = RegisterBlock> + Sealed {
type SharedInstance: CommonInstance;
}
ADC Instance
Shared Instance / Registerblock between multiple ADCs