Enum efm32gg11b820::wtimer3::cc3_ctrl::CUFOAR [] [src]

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

Possible values of the field CUFOA

Variants

No action on counter underflow

Toggle output on counter underflow

Clear output on counter underflow

Set output on counter underflow

Methods

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

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for CUFOAR
[src]

impl Debug for CUFOAR
[src]

[src]

Formats the value using the given formatter.

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