Enum efm32gg990::timer0::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]

Value of the field as raw bits

Checks if the value of the field is NONE

Checks if the value of the field is START

Checks if the value of the field is STOP

Checks if the value of the field is RELOADSTART

Trait Implementations

impl Clone for RISEAR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for RISEAR
[src]

impl Debug for RISEAR
[src]

Formats the value using the given formatter. Read more

impl PartialEq for RISEAR
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for RISEAR

impl Sync for RISEAR