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

pub enum TXPOWERW {
    POS4DBM,
    POS3DBM,
    _0DBM,
    NEG4DBM,
    NEG8DBM,
    NEG12DBM,
    NEG16DBM,
    NEG20DBM,
    NEG40DBM,
}

Values that can be written to 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

Auto Trait Implementations

impl Send for TXPOWERW

impl Sync for TXPOWERW

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