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

pub enum AM_CLK_ENR {
    AM_GPT3,
    AM_GPT2,
    AM_GPT1,
    AM_GPT0,
    _Reserved(u8),
}

Possible values of 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

_Reserved(u8)

Reserved

Methods

impl AM_CLK_ENR[src]

pub fn bits(&self) -> u8[src]

Value of the field as raw bits

pub fn is_am_gpt3(&self) -> bool[src]

Checks if the value of the field is AM_GPT3

pub fn is_am_gpt2(&self) -> bool[src]

Checks if the value of the field is AM_GPT2

pub fn is_am_gpt1(&self) -> bool[src]

Checks if the value of the field is AM_GPT1

pub fn is_am_gpt0(&self) -> bool[src]

Checks if the value of the field is AM_GPT0

Trait Implementations

impl Debug for AM_CLK_ENR[src]

impl PartialEq<AM_CLK_ENR> for AM_CLK_ENR[src]

impl Copy for AM_CLK_ENR[src]

impl Clone for AM_CLK_ENR[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for AM_CLK_ENR

impl Sync for AM_CLK_ENR

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