[][src]Enum ambiq_apollo1_pac::adc::cfg::RPTEN_A

pub enum RPTEN_A {
    SINGLE_SCAN,
    REPEATING_SCAN,
}

This bit enables Repeating Scan Mode.

Value on reset: 0

Variants

SINGLE_SCAN

0: In Single Scan Mode, the ADC will complete a single scan upon each trigger event.

REPEATING_SCAN

1: In Repeating Scan Mode, the ADC will complete it's first scan upon the initial trigger event and all subsequent scans will occur at regular intervals defined by the configuration programmed for the CTTMRA3 internal timer until the timer is disabled or the ADC is disabled.

Trait Implementations

impl Clone for RPTEN_A[src]

impl Copy for RPTEN_A[src]

impl Debug for RPTEN_A[src]

impl From<RPTEN_A> for bool[src]

impl PartialEq<RPTEN_A> for RPTEN_A[src]

impl StructuralPartialEq for RPTEN_A[src]

Auto Trait Implementations

impl Send for RPTEN_A

impl Sync for RPTEN_A

impl Unpin for RPTEN_A

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.