[][src]Enum tm4c129x::timer0::cfg::CFG_A

pub enum CFG_A {
    _32_BIT_TIMER,
    _32_BIT_RTC,
    _16_BIT,
}

GPTM Configuration

Value on reset: 0

Variants

_32_BIT_TIMER

0: For a 16/32-bit timer, this value selects the 32-bit timer configuration

_32_BIT_RTC

1: For a 16/32-bit timer, this value selects the 32-bit real-time clock (RTC) counter configuration

_16_BIT

4: For a 16/32-bit timer, this value selects the 16-bit timer configuration

Trait Implementations

impl From<CFG_A> for u8[src]

impl Debug for CFG_A[src]

impl PartialEq<CFG_A> for CFG_A[src]

impl Copy for CFG_A[src]

impl StructuralPartialEq for CFG_A[src]

impl Clone for CFG_A[src]

Auto Trait Implementations

impl Unpin for CFG_A

impl Send for CFG_A

impl Sync for CFG_A

Blanket Implementations

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

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> Into<U> for T where
    U: From<T>, 
[src]

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.

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self