Enum capsules::adc::AdcMode
[−]
[src]
enum AdcMode {
NoMode,
SingleSample,
ContinuousSample,
SingleBuffer,
ContinuousBuffer,
}ADC modes, used to track internal state and to signify to applications which state a callback came from
Variants
NoModeSingleSampleContinuousSampleSingleBufferContinuousBuffer
Trait Implementations
impl Copy for AdcMode[src]
impl Clone for AdcMode[src]
fn clone(&self) -> AdcMode[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
impl Debug for AdcMode[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more