Enum efr32xg12p::csen::ctrl::CMR [] [src]

pub enum CMR {
    SGL,
    SCAN,
    CONTSGL,
    CONTSCAN,
}

Possible values of the field CM

Variants

Single Channel Mode: One conversion of a single channel (when MCE = 0) or set of bonded channels (when MCE = 1) per conversion trigger.

Scan Mode: Scans multiple selected channels once per conversion trigger.

Continuous Single Channel: Continuous conversion of a single channel (when MCE = 0) or set of bonded channels (when MCE = 1).

Continuous Scan Mode: Continuously scans multiple selected channels.

Methods

impl CMR
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is SGL

[src]

Checks if the value of the field is SCAN

[src]

Checks if the value of the field is CONTSGL

[src]

Checks if the value of the field is CONTSCAN

Trait Implementations

impl Clone for CMR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for CMR
[src]

impl Debug for CMR
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for CMR
[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 !=.