Enum efm32gg11b820::wtimer3::dtfc::DTFAR [] [src]

pub enum DTFAR {
    NONE,
    INACTIVE,
    CLEAR,
    TRISTATE,
}

Possible values of the field DTFA

Variants

No action on fault

Set outputs inactive

Clear outputs

Tristate outputs

Methods

impl DTFAR
[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 INACTIVE

[src]

Checks if the value of the field is CLEAR

[src]

Checks if the value of the field is TRISTATE

Trait Implementations

impl Clone for DTFAR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for DTFAR
[src]

impl Debug for DTFAR
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for DTFAR
[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 !=.