Enum efr32x12p::pcnt1::ctrl::TCCCOMPR [] [src]

pub enum TCCCOMPR {
    LTOE,
    GTOE,
    RANGE,
    _Reserved(u8),
}

Possible values of the field TCCCOMP

Variants

Compare match if PCNT_CNT is less than, or equal to PCNT_TOP.

Compare match if PCNT_CNT is greater than or equal to PCNT_TOP.

Compare match if PCNT_CNT is less than, or equal to PCNT_TOP[15:8]], and greater than, or equal to PCNT_TOP[7:0].

Reserved

Methods

impl TCCCOMPR
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is LTOE

[src]

Checks if the value of the field is GTOE

[src]

Checks if the value of the field is RANGE

Trait Implementations

impl Clone for TCCCOMPR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for TCCCOMPR
[src]

impl Debug for TCCCOMPR
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for TCCCOMPR
[src]

[src]

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

[src]

This method tests for !=.