[][src]Struct nrf52810_pac::radio::dacnf::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

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

Value of the register as raw bits

pub fn ena0(&self) -> ENA0R[src]

Bit 0 - Enable or disable device address matching using device address 0

pub fn ena1(&self) -> ENA1R[src]

Bit 1 - Enable or disable device address matching using device address 1

pub fn ena2(&self) -> ENA2R[src]

Bit 2 - Enable or disable device address matching using device address 2

pub fn ena3(&self) -> ENA3R[src]

Bit 3 - Enable or disable device address matching using device address 3

pub fn ena4(&self) -> ENA4R[src]

Bit 4 - Enable or disable device address matching using device address 4

pub fn ena5(&self) -> ENA5R[src]

Bit 5 - Enable or disable device address matching using device address 5

pub fn ena6(&self) -> ENA6R[src]

Bit 6 - Enable or disable device address matching using device address 6

pub fn ena7(&self) -> ENA7R[src]

Bit 7 - Enable or disable device address matching using device address 7

pub fn txadd0(&self) -> TXADD0R[src]

Bit 8 - TxAdd for device address 0

pub fn txadd1(&self) -> TXADD1R[src]

Bit 9 - TxAdd for device address 1

pub fn txadd2(&self) -> TXADD2R[src]

Bit 10 - TxAdd for device address 2

pub fn txadd3(&self) -> TXADD3R[src]

Bit 11 - TxAdd for device address 3

pub fn txadd4(&self) -> TXADD4R[src]

Bit 12 - TxAdd for device address 4

pub fn txadd5(&self) -> TXADD5R[src]

Bit 13 - TxAdd for device address 5

pub fn txadd6(&self) -> TXADD6R[src]

Bit 14 - TxAdd for device address 6

pub fn txadd7(&self) -> TXADD7R[src]

Bit 15 - TxAdd for device address 7

Auto Trait Implementations

impl Send for R

impl Sync for R

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]