Enum stm32_hal2::dac::DacChannel
source · pub enum DacChannel {
C1,
C2,
}Expand description
Select the channel to output to. Most MCUs only use 2 channels.
Variants§
Trait Implementations§
source§impl Clone for DacChannel
impl Clone for DacChannel
source§fn clone(&self) -> DacChannel
fn clone(&self) -> DacChannel
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