pub trait CommonInstance: Deref<Target = RegisterBlock> + Sealed {
type Childs;
}
Expand description
The common ADC instance, which is shared by two ADC peripherals
pub trait CommonInstance: Deref<Target = RegisterBlock> + Sealed {
type Childs;
}
The common ADC instance, which is shared by two ADC peripherals