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

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

Possible values of the field CMOA

Variants

No action on compare match

Toggle output on compare match

Clear output on compare match

Set output on compare match

Methods

impl CMOAR
[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 CMOAR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for CMOAR
[src]

impl Debug for CMOAR
[src]

[src]

Formats the value using the given formatter.

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