Struct nrf52840_pac::saadc::oversample::OVERSAMPLE_SPEC
source · pub struct OVERSAMPLE_SPEC;
Expand description
Oversampling configuration. The RESOLUTION is applied before averaging, thus for high OVERSAMPLE a higher RESOLUTION should be used.
This register you can read
, write_with_zero
, reset
, write
, modify
. See API.
For information about available fields see oversample module
Trait Implementations§
source§impl Readable for OVERSAMPLE_SPEC
impl Readable for OVERSAMPLE_SPEC
read()
method returns oversample::R reader structure
source§impl RegisterSpec for OVERSAMPLE_SPEC
impl RegisterSpec for OVERSAMPLE_SPEC
source§impl Resettable for OVERSAMPLE_SPEC
impl Resettable for OVERSAMPLE_SPEC
reset()
method sets OVERSAMPLE to value 0
source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
source§impl Writable for OVERSAMPLE_SPEC
impl Writable for OVERSAMPLE_SPEC
write(|w| ..)
method takes oversample::W writer structure
Auto Trait Implementations§
impl Freeze for OVERSAMPLE_SPEC
impl RefUnwindSafe for OVERSAMPLE_SPEC
impl Send for OVERSAMPLE_SPEC
impl Sync for OVERSAMPLE_SPEC
impl Unpin for OVERSAMPLE_SPEC
impl UnwindSafe for OVERSAMPLE_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