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

pub enum DMAWUR {
    DISABLE,
    BUFDATAV,
    BUFLEVEL,
    _Reserved(u8),
}

Possible values of the field DMAWU

Variants

No DMA wake-up from EM2

DMA wake-up from EM2 when data is valid in the result buffer

DMA wake-up from EM2 when the result buffer is full/half-full depending on BUFIDL configuration

Reserved

Methods

impl DMAWUR
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is DISABLE

[src]

Checks if the value of the field is BUFDATAV

[src]

Checks if the value of the field is BUFLEVEL

Trait Implementations

impl Clone for DMAWUR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for DMAWUR
[src]

impl Debug for DMAWUR
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for DMAWUR
[src]

[src]

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

[src]

This method tests for !=.