[][src]Enum nrf52832_hal::target::radio::txpower::TXPOWERR

pub enum TXPOWERR {
    POS4DBM,
    POS3DBM,
    _0DBM,
    NEG4DBM,
    NEG8DBM,
    NEG12DBM,
    NEG16DBM,
    NEG20DBM,
    NEG40DBM,
    _Reserved(u8),
}

Possible values of the field TXPOWER

Variants

POS4DBM

+4 dBm

POS3DBM

+3 dBm

_0DBM

0 dBm

NEG4DBM

-4 dBm

NEG8DBM

-8 dBm

NEG12DBM

-12 dBm

NEG16DBM

-16 dBm

NEG20DBM

-20 dBm

NEG40DBM

-40 dBm

_Reserved(u8)

Reserved

Methods

impl TXPOWERR[src]

pub fn bits(&self) -> u8[src]

Value of the field as raw bits

pub fn is_pos4d_bm(&self) -> bool[src]

Checks if the value of the field is POS4DBM

pub fn is_pos3d_bm(&self) -> bool[src]

Checks if the value of the field is POS3DBM

pub fn is_0d_bm(&self) -> bool[src]

Checks if the value of the field is _0DBM

pub fn is_neg4d_bm(&self) -> bool[src]

Checks if the value of the field is NEG4DBM

pub fn is_neg8d_bm(&self) -> bool[src]

Checks if the value of the field is NEG8DBM

pub fn is_neg12d_bm(&self) -> bool[src]

Checks if the value of the field is NEG12DBM

pub fn is_neg16d_bm(&self) -> bool[src]

Checks if the value of the field is NEG16DBM

pub fn is_neg20d_bm(&self) -> bool[src]

Checks if the value of the field is NEG20DBM

pub fn is_neg40d_bm(&self) -> bool[src]

Checks if the value of the field is NEG40DBM

Trait Implementations

impl PartialEq<TXPOWERR> for TXPOWERR[src]

impl Clone for TXPOWERR[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for TXPOWERR[src]

impl Debug for TXPOWERR[src]

Auto Trait Implementations

impl Send for TXPOWERR

impl Sync for TXPOWERR

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same for T

type Output = T

Should always be Self