[][src]Struct nrf52810_pac::radio::txpower::_TXPOWERW

pub struct _TXPOWERW<'a> { /* fields omitted */ }

Proxy

Methods

impl<'a> _TXPOWERW<'a>[src]

pub fn variant(self, variant: TXPOWERW) -> &'a mut W[src]

Writes variant to the field

pub fn pos4d_bm(self) -> &'a mut W[src]

+4 dBm

pub fn pos3d_bm(self) -> &'a mut W[src]

+3 dBm

pub fn _0d_bm(self) -> &'a mut W[src]

0 dBm

pub fn neg4d_bm(self) -> &'a mut W[src]

-4 dBm

pub fn neg8d_bm(self) -> &'a mut W[src]

-8 dBm

pub fn neg12d_bm(self) -> &'a mut W[src]

-12 dBm

pub fn neg16d_bm(self) -> &'a mut W[src]

-16 dBm

pub fn neg20d_bm(self) -> &'a mut W[src]

-20 dBm

pub fn neg30d_bm(self) -> &'a mut W[src]

Deprecated enumerator - -40 dBm

pub fn neg40d_bm(self) -> &'a mut W[src]

-40 dBm

pub unsafe fn bits(self, value: u8) -> &'a mut W[src]

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for _TXPOWERW<'a>

impl<'a> Sync for _TXPOWERW<'a>

Blanket Implementations

impl<T> From for T[src]

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

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

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

🔬 This is a nightly-only experimental API. (try_from)

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]