Trait CommonInstance

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

The common ADC instance, which is shared by two ADC peripherals

Required Associated Types§

Source

type Childs

The one ADC peripheral associated with the common ADC

Implementors§