Embassy
embassy-nrf

Crates

git

Versions

nrf5340-net

Flavors

Enum embassy_nrf::radio::ble::TxPower

source ·
#[repr(u8)]
pub enum TxPower {
Show 14 variants _0D_BM = 0, NEG1D_BM = 255, NEG2D_BM = 254, NEG3D_BM = 253, NEG4D_BM = 252, NEG5D_BM = 251, NEG6D_BM = 250, NEG7D_BM = 249, NEG8D_BM = 248, NEG12D_BM = 244, NEG16D_BM = 240, NEG20D_BM = 236, NEG30D_BM = 226, NEG40D_BM = 216,
}
Expand description

RADIO output power

Value on reset: 0

Variants§

§

_0D_BM = 0

0: 0 dBm

§

NEG1D_BM = 255

255: -1 dBm

§

NEG2D_BM = 254

254: -2 dBm

§

NEG3D_BM = 253

253: -3 dBm

§

NEG4D_BM = 252

252: -4 dBm

§

NEG5D_BM = 251

251: -5 dBm

§

NEG6D_BM = 250

250: -6 dBm

§

NEG7D_BM = 249

249: -7 dBm

§

NEG8D_BM = 248

248: -8 dBm

§

NEG12D_BM = 244

244: -12 dBm

§

NEG16D_BM = 240

240: -16 dBm

§

NEG20D_BM = 236

236: -20 dBm

§

NEG30D_BM = 226

226: Deprecated enumerator - -40 dBm

§

NEG40D_BM = 216

216: -40 dBm

Trait Implementations§

source§

impl Clone for TXPOWER_A

source§

fn clone(&self) -> TXPOWER_A

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for TXPOWER_A

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl PartialEq for TXPOWER_A

source§

fn eq(&self, other: &TXPOWER_A) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl Copy for TXPOWER_A

source§

impl StructuralPartialEq for TXPOWER_A

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

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

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.