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

pub enum CenR {
    Disabled,
    Enabled,
}

Possible values of the field CEN

Variants

Counter disabled

Counter enabled

Methods

impl CenR
[src]

Value of the field as raw bits

Checks if the value of the field is Disabled

Checks if the value of the field is Enabled

Trait Implementations

impl Clone for CenR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for CenR
[src]

impl Debug for CenR
[src]

Formats the value using the given formatter.

impl PartialEq for CenR
[src]

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

This method tests for !=.