Enum efm32gg11b820::wtimer3::ctrl::RISEAR [] [src]

pub enum RISEAR {
    NONE,
    START,
    STOP,
    RELOADSTART,
}

Possible values of the field RISEA

Variants

No action

Start counter without reload

Stop counter without reload

Reload and start counter

Methods

impl RISEAR
[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 START

[src]

Checks if the value of the field is STOP

[src]

Checks if the value of the field is RELOADSTART

Trait Implementations

impl Clone for RISEAR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for RISEAR
[src]

impl Debug for RISEAR
[src]

[src]

Formats the value using the given formatter.

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