pub type ADC = Instance<{ crate::SOLE_INSTANCE }>;
struct ADC { /* private fields */ }
Acquire a vaild, but possibly aliased, instance.
See the struct-level safety documentation.