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

pub enum EEVTR {
    TIOB_INPUT,
    XC0_OUTPUT,
    XC1_OUTPUT,
    XC2_OUTPUT,
}

Possible values of the field EEVT

Variants

TIOB input. If TIOB is chosen as the external event signal, it is configured as an input and no longer generates waveforms.

XC0 output

XC1 output

XC2 output

Methods

impl EEVTR
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is TIOB_INPUT

[src]

Checks if the value of the field is XC0_OUTPUT

[src]

Checks if the value of the field is XC1_OUTPUT

[src]

Checks if the value of the field is XC2_OUTPUT

Trait Implementations

impl Clone for EEVTR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for EEVTR
[src]

impl Debug for EEVTR
[src]

[src]

Formats the value using the given formatter. Read more

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

impl Sync for EEVTR