Struct nrf52840_pac::radio::rssisample::RSSISAMPLE_SPEC
source · pub struct RSSISAMPLE_SPEC;
Expand description
RSSI sample
This register you can read
. See API.
For information about available fields see rssisample module
Trait Implementations§
source§impl Readable for RSSISAMPLE_SPEC
impl Readable for RSSISAMPLE_SPEC
read()
method returns rssisample::R reader structure
source§impl RegisterSpec for RSSISAMPLE_SPEC
impl RegisterSpec for RSSISAMPLE_SPEC
source§impl Resettable for RSSISAMPLE_SPEC
impl Resettable for RSSISAMPLE_SPEC
reset()
method sets RSSISAMPLE to value 0
source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Auto Trait Implementations§
impl Freeze for RSSISAMPLE_SPEC
impl RefUnwindSafe for RSSISAMPLE_SPEC
impl Send for RSSISAMPLE_SPEC
impl Sync for RSSISAMPLE_SPEC
impl Unpin for RSSISAMPLE_SPEC
impl UnwindSafe for RSSISAMPLE_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