[][src]Enum ambiq_apollo1_pac::ctimer::ctrl1::CTLINK1_A

pub enum CTLINK1_A {
    TWO_16BIT_TIMERS,
    _32BIT_TIMER,
}

Counter/Timer A1/B1 Link bit.

Value on reset: 0

Variants

TWO_16BIT_TIMERS

0: Use A0/B0 timers as two independent 16-bit timers (default).

_32BIT_TIMER

1: Link A1/B1 timers into a single 32-bit timer.

Trait Implementations

impl Clone for CTLINK1_A[src]

impl Copy for CTLINK1_A[src]

impl Debug for CTLINK1_A[src]

impl From<CTLINK1_A> for bool[src]

impl PartialEq<CTLINK1_A> for CTLINK1_A[src]

impl StructuralPartialEq for CTLINK1_A[src]

Auto Trait Implementations

impl Send for CTLINK1_A

impl Sync for CTLINK1_A

impl Unpin for CTLINK1_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.