Enum efr32x12p::lesense::ch3_interact::SETIFR [] [src]

pub enum SETIFR {
    NONE,
    LEVEL,
    POSEDGE,
    NEGEDGE,
    BOTHEDGES,
    _Reserved(u8),
}

Possible values of the field SETIF

Variants

No interrupt is generated

Set interrupt flag if the sensor triggers.

Set interrupt flag on positive edge of the sensor state

Set interrupt flag on negative edge of the sensor state

Set interrupt flag on both edges of the sensor state

Reserved

Methods

impl SETIFR
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is NONE

[src]

Checks if the value of the field is LEVEL

[src]

Checks if the value of the field is POSEDGE

[src]

Checks if the value of the field is NEGEDGE

[src]

Checks if the value of the field is BOTHEDGES

Trait Implementations

impl Clone for SETIFR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for SETIFR
[src]

impl Debug for SETIFR
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for SETIFR
[src]

[src]

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

[src]

This method tests for !=.