Enum stm32f30x::tim6::cr1::OpmR [] [src]

pub enum OpmR {
    Continuous,
    OnePulse,
}

Possible values of the field OPM

Variants

Counter is not stopped at update event

Counter stops counting at the next update event (clearing the CEN bit)

Methods

impl OpmR
[src]

Value of the field as raw bits

Checks if the value of the field is Continuous

Checks if the value of the field is OnePulse

Trait Implementations

impl Clone for OpmR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for OpmR
[src]

impl Debug for OpmR
[src]

Formats the value using the given formatter.

impl PartialEq for OpmR
[src]

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

This method tests for !=.