Enum atsamd21e18a::tcc0::ctrla::RESOLUTIONR[][src]

pub enum RESOLUTIONR {
    NONE,
    DITH4,
    DITH5,
    DITH6,
}

Possible values of the field RESOLUTION

Variants

Dithering is disabled

Dithering is done every 16 PWM frames

Dithering is done every 32 PWM frames

Dithering is done every 64 PWM frames

Methods

impl RESOLUTIONR
[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 DITH4

Checks if the value of the field is DITH5

Checks if the value of the field is DITH6

Trait Implementations

impl Clone for RESOLUTIONR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for RESOLUTIONR
[src]

impl Debug for RESOLUTIONR
[src]

Formats the value using the given formatter. Read more

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

impl Sync for RESOLUTIONR