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

pub enum MODER {
    OFF,
    INPUTCAPTURE,
    OUTPUTCOMPARE,
    PWM,
}

Possible values of the field MODE

Variants

Compare/Capture channel turned off

Input capture

Output compare

Pulse-Width Modulation

Methods

impl MODER
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is OFF

[src]

Checks if the value of the field is INPUTCAPTURE

[src]

Checks if the value of the field is OUTPUTCOMPARE

[src]

Checks if the value of the field is PWM

Trait Implementations

impl Clone for MODER
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for MODER
[src]

impl Debug for MODER
[src]

[src]

Formats the value using the given formatter.

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