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

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn reset_value() -> W[src]

Reset value of the register

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self[src]

Writes raw bits to the register

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Bit 8 - TxAdd for device address 0

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

Bit 9 - TxAdd for device address 1

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

Bit 10 - TxAdd for device address 2

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

Bit 11 - TxAdd for device address 3

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

Bit 12 - TxAdd for device address 4

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

Bit 13 - TxAdd for device address 5

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

Bit 14 - TxAdd for device address 6

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

Bit 15 - TxAdd for device address 7

Auto Trait Implementations

impl Send for W

impl Sync for W

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]