Enum stm32f4xx_hal::adc::config::Resolution [−][src]
pub enum Resolution {
Twelve,
Ten,
Eight,
Six,
}
Expand description
Resolution to sample at
Variants
12-bit
10-bit
8-bit
6-bit
Trait Implementations
Performs the conversion.