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