Enum esp32c2_hal::adc::Resolution
source · pub enum Resolution {
Resolution12Bit,
}
Expand description
The sampling/readout resolution of the ADC
Variants§
Resolution12Bit
Trait Implementations§
source§impl Clone for Resolution
impl Clone for Resolution
source§fn clone(&self) -> Resolution
fn clone(&self) -> Resolution
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more