Enum nrf24l01::PALevel [] [src]

pub enum PALevel {
    Min,
    Low,
    High,
    Max,
}

Supported power amplifier levels.

Variants

-18 dBm, 7.0 mA DC current consumption, few meters range.

-12 dBM, 7.5 mA DC current consumption.

-6 dBm, 9.0 mA DC current consumption.

0 dBm, 11.3 mA DC current consumption, up to 100 meters range.

Trait Implementations

impl Debug for PALevel
[src]

[src]

Formats the value using the given formatter.

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

impl Copy for PALevel
[src]

impl Clone for PALevel
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for PALevel
[src]

[src]

Returns the "default value" for a type. Read more