Enum stm32_hal2::adc::OperationMode
source · #[repr(u8)]
pub enum OperationMode {
OneShot,
Continuous,
}
Expand description
ADC operation mode
Variants§
Trait Implementations§
source§impl Clone for OperationMode
impl Clone for OperationMode
source§fn clone(&self) -> OperationMode
fn clone(&self) -> OperationMode
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