Type Alias attiny_hal::adc::Adc

source ·
pub type Adc<CLOCK> = Adc<Attiny, ADC, CLOCK>;
Expand description

Check the avr_hal_generic::adc::Adc documentation.

Aliased Type§

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