Enum xmc4200::vadc_g0::chctr::RESREGR [] [src]

pub enum RESREGR {
    VALUE1,
    VALUE2,
    _Reserved(u8),
}

Possible values of the field RESREG

Variants

Store result in group result register GxRES0

Store result in group result register GxRES15

Reserved

Methods

impl RESREGR
[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

Trait Implementations

impl Clone for RESREGR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for RESREGR
[src]

impl Debug for RESREGR
[src]

[src]

Formats the value using the given formatter. Read more

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

impl Sync for RESREGR