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

#[repr(u8)]pub enum TXPOWER_A {
    POS4DBM,
    POS3DBM,
    _0DBM,
    NEG4DBM,
    NEG8DBM,
    NEG12DBM,
    NEG16DBM,
    NEG20DBM,
    NEG40DBM,
}

RADIO output power.

Value on reset: 0

Variants

POS4DBM

4: +4 dBm

POS3DBM

3: +3 dBm

_0DBM

0: 0 dBm

NEG4DBM

252: -4 dBm

NEG8DBM

248: -8 dBm

NEG12DBM

244: -12 dBm

NEG16DBM

240: -16 dBm

NEG20DBM

236: -20 dBm

NEG40DBM

216: -40 dBm

Trait Implementations

impl Clone for TXPOWER_A[src]

impl Copy for TXPOWER_A[src]

impl Debug for TXPOWER_A[src]

impl PartialEq<TXPOWER_A> for TXPOWER_A[src]

impl StructuralPartialEq for TXPOWER_A[src]

Auto Trait Implementations

impl Send for TXPOWER_A

impl Sync for TXPOWER_A

impl Unpin for TXPOWER_A

Blanket Implementations

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

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

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

impl<T> From<T> for T[src]

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

impl<T> Same<T> for T

type Output = T

Should always be Self

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

The type returned in the event of a conversion error.