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

pub enum TC0XC0SR {
    TCLK0,
    NO_CLK,
    TIOA1,
    TIOA2,
}

Possible values of the field TC0XC0S

Variants

Select TCLK0 as clock signal 0.

Select no clock as clock signal 0.

Select TIOA1 as clock signal 0.

Select TIOA2 as clock signal 0.

Methods

impl TC0XC0SR
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is TCLK0

[src]

Checks if the value of the field is NO_CLK

[src]

Checks if the value of the field is TIOA1

[src]

Checks if the value of the field is TIOA2

Trait Implementations

impl Clone for TC0XC0SR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for TC0XC0SR
[src]

impl Debug for TC0XC0SR
[src]

[src]

Formats the value using the given formatter. Read more

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

impl Sync for TC0XC0SR