Enum xmc4200::vadc_g0::asmr::ENGTR [] [src]

pub enum ENGTR {
    VALUE1,
    VALUE2,
    VALUE3,
    VALUE4,
}

Possible values of the field ENGT

Variants

No conversion requests are issued

Conversion requests are issued if at least one pending bit is set

Conversion requests are issued if at least one pending bit is set and REQGTx = 1.

Conversion requests are issued if at least one pending bit is set and REQGTx = 0.

Methods

impl ENGTR
[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 VALUE4

Trait Implementations

impl Clone for ENGTR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for ENGTR
[src]

impl Debug for ENGTR
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for ENGTR
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

Auto Trait Implementations

impl Send for ENGTR

impl Sync for ENGTR