Enum atsamd21e18a::gclk::clkctrl::GENR[][src]

pub enum GENR {
    GCLK0,
    GCLK1,
    GCLK2,
    GCLK3,
    GCLK4,
    GCLK5,
    GCLK6,
    GCLK7,
    GCLK8,
    _Reserved(u8),
}

Possible values of 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

Generic clock generator 8

Reserved

Methods

impl GENR
[src]

Value of the field as raw bits

Checks if the value of the field is GCLK0

Checks if the value of the field is GCLK1

Checks if the value of the field is GCLK2

Checks if the value of the field is GCLK3

Checks if the value of the field is GCLK4

Checks if the value of the field is GCLK5

Checks if the value of the field is GCLK6

Checks if the value of the field is GCLK7

Checks if the value of the field is GCLK8

Trait Implementations

impl Clone for GENR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for GENR
[src]

impl Debug for GENR
[src]

Formats the value using the given formatter. Read more

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

impl Sync for GENR