Struct nrf52840_pac::radio::rxaddresses::W
source · pub struct W(/* private fields */);
Expand description
Register RXADDRESSES
writer
Implementations§
source§impl W
impl W
sourcepub fn addr0(&mut self) -> ADDR0_W<'_, 0>
pub fn addr0(&mut self) -> ADDR0_W<'_, 0>
Bit 0 - Enable or disable reception on logical address 0.
sourcepub fn addr1(&mut self) -> ADDR1_W<'_, 1>
pub fn addr1(&mut self) -> ADDR1_W<'_, 1>
Bit 1 - Enable or disable reception on logical address 1.
sourcepub fn addr2(&mut self) -> ADDR2_W<'_, 2>
pub fn addr2(&mut self) -> ADDR2_W<'_, 2>
Bit 2 - Enable or disable reception on logical address 2.
sourcepub fn addr3(&mut self) -> ADDR3_W<'_, 3>
pub fn addr3(&mut self) -> ADDR3_W<'_, 3>
Bit 3 - Enable or disable reception on logical address 3.
sourcepub fn addr4(&mut self) -> ADDR4_W<'_, 4>
pub fn addr4(&mut self) -> ADDR4_W<'_, 4>
Bit 4 - Enable or disable reception on logical address 4.
sourcepub fn addr5(&mut self) -> ADDR5_W<'_, 5>
pub fn addr5(&mut self) -> ADDR5_W<'_, 5>
Bit 5 - Enable or disable reception on logical address 5.
sourcepub fn addr6(&mut self) -> ADDR6_W<'_, 6>
pub fn addr6(&mut self) -> ADDR6_W<'_, 6>
Bit 6 - Enable or disable reception on logical address 6.
Methods from Deref<Target = W<RXADDRESSES_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