Struct nrf52840_pac::radio::rxaddresses::RXADDRESSES_SPEC
source · pub struct RXADDRESSES_SPEC;
Expand description
Receive address select
This register you can read
, write_with_zero
, reset
, write
, modify
. See API.
For information about available fields see rxaddresses module
Trait Implementations§
source§impl Readable for RXADDRESSES_SPEC
impl Readable for RXADDRESSES_SPEC
read()
method returns rxaddresses::R reader structure
source§impl RegisterSpec for RXADDRESSES_SPEC
impl RegisterSpec for RXADDRESSES_SPEC
source§impl Resettable for RXADDRESSES_SPEC
impl Resettable for RXADDRESSES_SPEC
reset()
method sets RXADDRESSES to value 0
source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
source§impl Writable for RXADDRESSES_SPEC
impl Writable for RXADDRESSES_SPEC
write(|w| ..)
method takes rxaddresses::W writer structure
Auto Trait Implementations§
impl Freeze for RXADDRESSES_SPEC
impl RefUnwindSafe for RXADDRESSES_SPEC
impl Send for RXADDRESSES_SPEC
impl Sync for RXADDRESSES_SPEC
impl Unpin for RXADDRESSES_SPEC
impl UnwindSafe for RXADDRESSES_SPEC
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