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