Enum nrf52::pdm::mode::OPERATIONR [] [src]

pub enum OPERATIONR {
    STEREO,
    MONO,
}

Possible values of the field OPERATION

Variants

Sample and store one pair (Left + Right) of 16bit samples per RAM word R=[31:16]; L=[15:0]

Sample and store two successive Left samples (16 bit each) per RAM word L1=[31:16]; L0=[15:0]

Methods

impl OPERATIONR
[src]

[src]

Returns true if the bit is clear (0)

[src]

Returns true if the bit is set (1)

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is STEREO

[src]

Checks if the value of the field is MONO

Trait Implementations

impl Clone for OPERATIONR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for OPERATIONR
[src]

impl Debug for OPERATIONR
[src]

[src]

Formats the value using the given formatter.

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