Enum sam4l::adc::Channel  
                   
                       [−]
                   
               [src]
#[repr(u8)]enum Channel { AD0, AD1, AD2, AD3, AD4, AD5, AD6, AD7, AD8, AD9, AD10, AD11, AD12, AD13, AD14, Bandgap, ScaledVCC, DAC, Vsingle, ReferenceGround, }
SAM4L ADC channels.
Variants
AD0AD1AD2AD3AD4AD5AD6AD7AD8AD9AD10AD11AD12AD13AD14BandgapScaledVCCDACVsingleReferenceGround
            Trait Implementations
impl Copy for Channel[src]
impl Clone for Channel[src]
fn clone(&self) -> Channel[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more