Struct nrf52840_pac::radio::dacnf::W
source · pub struct W(/* private fields */);
Expand description
Register DACNF
writer
Implementations§
source§impl W
impl W
sourcepub fn ena0(&mut self) -> ENA0_W<'_, 0>
pub fn ena0(&mut self) -> ENA0_W<'_, 0>
Bit 0 - Enable or disable device address matching using device address 0
sourcepub fn ena1(&mut self) -> ENA1_W<'_, 1>
pub fn ena1(&mut self) -> ENA1_W<'_, 1>
Bit 1 - Enable or disable device address matching using device address 1
sourcepub fn ena2(&mut self) -> ENA2_W<'_, 2>
pub fn ena2(&mut self) -> ENA2_W<'_, 2>
Bit 2 - Enable or disable device address matching using device address 2
sourcepub fn ena3(&mut self) -> ENA3_W<'_, 3>
pub fn ena3(&mut self) -> ENA3_W<'_, 3>
Bit 3 - Enable or disable device address matching using device address 3
sourcepub fn ena4(&mut self) -> ENA4_W<'_, 4>
pub fn ena4(&mut self) -> ENA4_W<'_, 4>
Bit 4 - Enable or disable device address matching using device address 4
sourcepub fn ena5(&mut self) -> ENA5_W<'_, 5>
pub fn ena5(&mut self) -> ENA5_W<'_, 5>
Bit 5 - Enable or disable device address matching using device address 5
sourcepub fn ena6(&mut self) -> ENA6_W<'_, 6>
pub fn ena6(&mut self) -> ENA6_W<'_, 6>
Bit 6 - Enable or disable device address matching using device address 6
Methods from Deref<Target = W<DACNF_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more