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

pub enum PRESCALERW {
    DIV1,
    DIV2,
    DIV4,
    DIV8,
    DIV16,
    DIV64,
    DIV256,
    DIV1024,
}

Values that can be written to the field PRESCALER

Variants

No division

Divide by 2

Divide by 4

Divide by 8

Divide by 16

Divide by 64

Divide by 256

Divide by 1024

Auto Trait Implementations

impl Send for PRESCALERW

impl Sync for PRESCALERW