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

pub enum ACPAR {
    NONE,
    SET,
    CLEAR,
    TOGGLE,
}

Possible values of the field ACPA

Variants

none

set

clear

toggle

Methods

impl ACPAR
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is NONE

[src]

Checks if the value of the field is SET

[src]

Checks if the value of the field is CLEAR

[src]

Checks if the value of the field is TOGGLE

Trait Implementations

impl Clone for ACPAR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for ACPAR
[src]

impl Debug for ACPAR
[src]

[src]

Formats the value using the given formatter. Read more

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

impl Sync for ACPAR