Struct nrf52840_pac::radio::modecnf0::MODECNF0_SPEC
source · pub struct MODECNF0_SPEC;
Expand description
Trait Implementations§
source§impl Readable for MODECNF0_SPEC
impl Readable for MODECNF0_SPEC
read()
method returns modecnf0::R reader structure
source§impl RegisterSpec for MODECNF0_SPEC
impl RegisterSpec for MODECNF0_SPEC
source§impl Resettable for MODECNF0_SPEC
impl Resettable for MODECNF0_SPEC
reset()
method sets MODECNF0 to value 0x0200
source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
source§impl Writable for MODECNF0_SPEC
impl Writable for MODECNF0_SPEC
write(|w| ..)
method takes modecnf0::W writer structure
Auto Trait Implementations§
impl Freeze for MODECNF0_SPEC
impl RefUnwindSafe for MODECNF0_SPEC
impl Send for MODECNF0_SPEC
impl Sync for MODECNF0_SPEC
impl Unpin for MODECNF0_SPEC
impl UnwindSafe for MODECNF0_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