Enum atmega32u4::timer0::tccr_a::WGM0R[][src]

pub enum WGM0R {
    NORMAL_TOP,
    PWM_PHASE,
    CTC,
    PWM_FAST,
}

Possible values of the field WGM0

Variants

Normal, Top: 0xff, Update: Immediate, Flag: MAX

Phase Correct PWM, Top: 0xff, Update: TOP, Flag: BOTTOM

CTC, Top: OCRA, Update: Immediate, Flag: MAX

Fast PWM, Top: 0xff, Update: TOP, Flag: MAX

Methods

impl WGM0R
[src]

Value of the field as raw bits

Checks if the value of the field is NORMAL_TOP

Checks if the value of the field is PWM_PHASE

Checks if the value of the field is CTC

Checks if the value of the field is PWM_FAST

Trait Implementations

impl Clone for WGM0R
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for WGM0R
[src]

impl Debug for WGM0R
[src]

Formats the value using the given formatter. Read more

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

impl Sync for WGM0R