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

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

Values that can be written to 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

Auto Trait Implementations

impl Send for RESOLUTIONW

impl Sync for RESOLUTIONW