Enum samd21g18a::gclk::clkctrl::GENW[][src]

pub enum GENW {
    GCLK0,
    GCLK1,
    GCLK2,
    GCLK3,
    GCLK4,
    GCLK5,
    GCLK6,
    GCLK7,
}

Values that can be written to the field GEN

Variants

Generic clock generator 0

Generic clock generator 1

Generic clock generator 2

Generic clock generator 3

Generic clock generator 4

Generic clock generator 5

Generic clock generator 6

Generic clock generator 7

Auto Trait Implementations

impl Send for GENW

impl Sync for GENW