Trait Instance

Source
pub trait Instance: Deref<Target = RegisterBlock> + Sealed {
    type SharedInstance: CommonInstance;
}
Expand description

ADC Instance

Required Associated Types§

Source

type SharedInstance: CommonInstance

Shared Instance / Registerblock between multiple ADCs

Implementors§