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
AD0
AD1
AD2
AD3
AD4
AD5
AD6
AD7
AD8
AD9
AD10
AD11
AD12
AD13
AD14
Bandgap
ScaledVCC
DAC
Vsingle
ReferenceGround
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