Enum atsam4lc4c::tc0::cmr_waveform::TCCLKSR [] [src]

pub enum TCCLKSR {
    TIMER_DIV1_CLOCK,
    TIMER_DIV2_CLOCK,
    TIMER_DIV3_CLOCK,
    TIMER_DIV4_CLOCK,
    TIMER_DIV5_CLOCK,
    XC0,
    XC1,
    XC2,
}

Possible values of the field TCCLKS

Variants

TIMER_DIV1_CLOCK

TIMER_DIV2_CLOCK

TIMER_DIV3_CLOCK

TIMER_DIV4_CLOCK

TIMER_DIV5_CLOCK

XC0

XC1

XC2

Methods

impl TCCLKSR
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is TIMER_DIV1_CLOCK

[src]

Checks if the value of the field is TIMER_DIV2_CLOCK

[src]

Checks if the value of the field is TIMER_DIV3_CLOCK

[src]

Checks if the value of the field is TIMER_DIV4_CLOCK

[src]

Checks if the value of the field is TIMER_DIV5_CLOCK

[src]

Checks if the value of the field is XC0

[src]

Checks if the value of the field is XC1

[src]

Checks if the value of the field is XC2

Trait Implementations

impl Clone for TCCLKSR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for TCCLKSR
[src]

impl Debug for TCCLKSR
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for TCCLKSR
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

Auto Trait Implementations

impl Send for TCCLKSR

impl Sync for TCCLKSR