Enum efm32gg11b820::wtimer3::cc1_ctrl::COFOAR [] [src]

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

Possible values of the field COFOA

Variants

No action on counter overflow

Toggle output on counter overflow

Clear output on counter overflow

Set output on counter overflow

Methods

impl COFOAR
[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 TOGGLE

[src]

Checks if the value of the field is CLEAR

[src]

Checks if the value of the field is SET

Trait Implementations

impl Clone for COFOAR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for COFOAR
[src]

impl Debug for COFOAR
[src]

[src]

Formats the value using the given formatter.

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