Enum max32630_svd::spix::mode_ctrl::MODE_CLOCKSR[][src]

pub enum MODE_CLOCKSR {
    _Reserved(u8),
}

Possible values of the field mode_clocks

Variants

Reserved

Methods

impl MODE_CLOCKSR
[src]

Value of the field as raw bits

Trait Implementations

impl Clone for MODE_CLOCKSR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for MODE_CLOCKSR
[src]

impl Debug for MODE_CLOCKSR
[src]

Formats the value using the given formatter. Read more

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