Enum xmc4200::vadc_g0::iclass::CMSR [] [src]

pub enum CMSR {
    VALUE1,
    VALUE2,
    VALUE3,
    VALUE6,
    _Reserved(u8),
}

Possible values of the field CMS

Variants

12-bit conversion

10-bit conversion

8-bit conversion

10-bit fast compare mode

Reserved

Methods

impl CMSR
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is VALUE1

[src]

Checks if the value of the field is VALUE2

[src]

Checks if the value of the field is VALUE3

[src]

Checks if the value of the field is VALUE6

Trait Implementations

impl Clone for CMSR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for CMSR
[src]

impl Debug for CMSR
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for CMSR
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

Auto Trait Implementations

impl Send for CMSR

impl Sync for CMSR