Enum xmc4200::vadc_g0::qctrl0::TMENR [] [src]

pub enum TMENR {
    VALUE1,
    VALUE2,
}

Possible values of the field TMEN

Variants

No timer mode: standard gating mechanism can be used

Timer mode for equidistant sampling enabled: standard gating mechanism must be disabled

Methods

impl TMENR
[src]

[src]

Returns true if the bit is clear (0)

[src]

Returns true if the bit is set (1)

[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 TMENR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for TMENR
[src]

impl Debug for TMENR
[src]

[src]

Formats the value using the given formatter. Read more

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

impl Sync for TMENR