Enum efr32xg12p::lesense::ctrl::SCANMODER [] [src]

pub enum SCANMODER {
    PERIODIC,
    ONESHOT,
    PRS,
    _Reserved(u8),
}

Possible values of the field SCANMODE

Variants

A new scan is started each time the period counter overflows

A single scan is performed when START in CMD is set

Pulse on PRS channel

Reserved

Methods

impl SCANMODER
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is PERIODIC

[src]

Checks if the value of the field is ONESHOT

[src]

Checks if the value of the field is PRS

Trait Implementations

impl Clone for SCANMODER
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for SCANMODER
[src]

impl Debug for SCANMODER
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for SCANMODER
[src]

[src]

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

[src]

This method tests for !=.