Enum nrf52::pdm::gainr::GAINRR [] [src]

pub enum GAINRR {
    MINGAIN,
    DEFAULTGAIN,
    MAXGAIN,
    _Reserved(u8),
}

Possible values of the field GAINR

Variants

-20dB gain adjustment (minimum)

0dB gain adjustment ('2500 RMS' requirement)

+20dB gain adjustment (maximum)

Reserved

Methods

impl GAINRR
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is MINGAIN

[src]

Checks if the value of the field is DEFAULTGAIN

[src]

Checks if the value of the field is MAXGAIN

Trait Implementations

impl Clone for GAINRR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for GAINRR
[src]

impl Debug for GAINRR
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for GAINRR
[src]

[src]

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

[src]

This method tests for !=.