pub trait Instance: Instance + Peripheral<P = Self> + RccPeripheral { }
Expand description

ADC instance.

Object Safety§

This trait is not object safe.

Implementors§