Enum efm32gg990::timer0::ctrl::FALLAR[][src]

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

Possible values of the field FALLA

Variants

No action

Start counter without reload

Stop counter without reload

Reload and start counter

Methods

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for FALLAR
[src]

impl Debug for FALLAR
[src]

Formats the value using the given formatter. Read more

impl PartialEq for FALLAR
[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 FALLAR

impl Sync for FALLAR