Enum atsam4lc8c::tc0::bmr::TC1XC1SR [] [src]

pub enum TC1XC1SR {
    TCLK1,
    NO_CLK,
    TIOA0,
    TIOA2,
}

Possible values of the field TC1XC1S

Variants

Select TCLK1 as clock signal 1.

Select no clock as clock signal 1.

Select TIOA0 as clock signal 1.

Select TIOA2 as clock signal 1.

Methods

impl TC1XC1SR
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is TCLK1

[src]

Checks if the value of the field is NO_CLK

[src]

Checks if the value of the field is TIOA0

[src]

Checks if the value of the field is TIOA2

Trait Implementations

impl Clone for TC1XC1SR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for TC1XC1SR
[src]

impl Debug for TC1XC1SR
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for TC1XC1SR
[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 TC1XC1SR

impl Sync for TC1XC1SR