Enum efm32gg11b820::wtimer3::ctrl::PRESCW [] [src]

pub enum PRESCW {
    DIV1,
    DIV2,
    DIV4,
    DIV8,
    DIV16,
    DIV32,
    DIV64,
    DIV128,
    DIV256,
    DIV512,
    DIV1024,
}

Values that can be written to the field PRESC

Variants

The HFPERCLK is undivided

The HFPERCLK is divided by 2

The HFPERCLK is divided by 4

The HFPERCLK is divided by 8

The HFPERCLK is divided by 16

The HFPERCLK is divided by 32

The HFPERCLK is divided by 64

The HFPERCLK is divided by 128

The HFPERCLK is divided by 256

The HFPERCLK is divided by 512

The HFPERCLK is divided by 1024