[][src]Enum cc13x2_cc26x2_hal::prcm::gptclkgr::AM_CLK_ENW

pub enum AM_CLK_ENW {
    AM_GPT3,
    AM_GPT2,
    AM_GPT1,
    AM_GPT0,
}

Values that can be written to the field AM_CLK_EN

Variants

AM_GPT3

Enable clock for GPT3 in all modes

AM_GPT2

Enable clock for GPT2 in all modes

AM_GPT1

Enable clock for GPT1 in all modes

AM_GPT0

Enable clock for GPT0 in all modes

Auto Trait Implementations

impl Send for AM_CLK_ENW

impl Sync for AM_CLK_ENW

Blanket Implementations

impl<T> From for T[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

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

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

impl<T> Same for T

type Output = T

Should always be Self