Enum stm32f334::hrtim_tima::timacr::DELCMP2R [] [src]

pub enum DELCMP2R {
    ALWAYS_ACTIVE,
    CAPTURE_1,
    CAPTURE_1_OR_COMPARE_1,
    CAPTURE_1_OR_COMPARE_3,
}

Possible values of the field DELCMP2

Variants

CMP4 register is always active (standard compare mode)

CMP2 value is recomputed and is active following a capture 1 event

CMP2 value is recomputed and is active following a capture 1 event, or is recomputed and active after Compare 1 match (timeout function if capture event is missing)

CMP2 value is recomputed and is active following a capture 1 event, or is recomputed and active after Compare 3 match (timeout function if capture event is missing)

Methods

impl DELCMP2R
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is ALWAYS_ACTIVE

[src]

Checks if the value of the field is CAPTURE_1

[src]

Checks if the value of the field is CAPTURE_1_OR_COMPARE_1

[src]

Checks if the value of the field is CAPTURE_1_OR_COMPARE_3

Trait Implementations

impl Clone for DELCMP2R
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for DELCMP2R
[src]

impl Debug for DELCMP2R
[src]

[src]

Formats the value using the given formatter. Read more

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

impl Sync for DELCMP2R