Type Alias esp_idf_hal::sys::adc_bits_width_t

source ·
pub type adc_bits_width_t = u32;
Expand description

@brief ADC resolution setting option. @note Only used in single read mode

Trait Implementations§

source§

impl From<Resolution> for adc_bits_width_t

source§

fn from(resolution: Resolution) -> Self

Converts to this type from the input type.