Type Alias Adc

Source
pub type Adc<CLOCK> = Adc<Atmega, ADC, CLOCK>;
Expand description

Check the avr_hal_generic::adc::Adc documentation.

Aliased Typeยง

struct Adc<CLOCK> { /* private fields */ }