Enum efr32x12p::lesense::ctrl::SCANCONFR [] [src]

pub enum SCANCONFR {
    DIRMAP,
    INVMAP,
    TOGGLE,
    DECDEF,
}

Possible values of the field SCANCONF

Variants

The channel configuration register registers used are directly mapped to the channel number.

The channel configuration register registers used are CHX+8_CONF for channels 0-7 and CHX-8_CONF for channels 8-15.

The channel configuration register registers used toggles between CHX_CONF and CHX+8_CONF when channel x triggers

The decoder state defines the CONF registers to be used.

Methods

impl SCANCONFR
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is DIRMAP

[src]

Checks if the value of the field is INVMAP

[src]

Checks if the value of the field is TOGGLE

[src]

Checks if the value of the field is DECDEF

Trait Implementations

impl Clone for SCANCONFR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for SCANCONFR
[src]

impl Debug for SCANCONFR
[src]

[src]

Formats the value using the given formatter.

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