Enum kea_hal::adc::AdcResolution [−][src]
#[repr(u8)]
pub enum AdcResolution {
_8bit,
_10bit,
_12bit,
}Expand description
This enum represents the availabe ADC resolutions
Regardless of resolution chosen, results are always right justified
Variants
8 bit AD conversion mode
10 bit AD conversion mode
12 bit AD conversion mode