Enum nrf52840_pac::qdec::reportper::REPORTPER_A
source · #[repr(u8)]pub enum REPORTPER_A {
_10SMPL = 0,
_40SMPL = 1,
_80SMPL = 2,
_120SMPL = 3,
_160SMPL = 4,
_200SMPL = 5,
_240SMPL = 6,
_280SMPL = 7,
_1SMPL = 8,
}
Expand description
Specifies the number of samples to be accumulated in the ACC register before the REPORTRDY and DBLRDY events can be generated
Value on reset: 0
Variants§
_10SMPL = 0
0: 10 samples / report
_40SMPL = 1
1: 40 samples / report
_80SMPL = 2
2: 80 samples / report
_120SMPL = 3
3: 120 samples / report
_160SMPL = 4
4: 160 samples / report
_200SMPL = 5
5: 200 samples / report
_240SMPL = 6
6: 240 samples / report
_280SMPL = 7
7: 280 samples / report
_1SMPL = 8
8: 1 sample / report
Trait Implementations§
source§impl Clone for REPORTPER_A
impl Clone for REPORTPER_A
source§fn clone(&self) -> REPORTPER_A
fn clone(&self) -> REPORTPER_A
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for REPORTPER_A
impl Debug for REPORTPER_A
source§impl From<REPORTPER_A> for u8
impl From<REPORTPER_A> for u8
source§fn from(variant: REPORTPER_A) -> Self
fn from(variant: REPORTPER_A) -> Self
Converts to this type from the input type.
source§impl PartialEq for REPORTPER_A
impl PartialEq for REPORTPER_A
impl Copy for REPORTPER_A
impl StructuralPartialEq for REPORTPER_A
Auto Trait Implementations§
impl Freeze for REPORTPER_A
impl RefUnwindSafe for REPORTPER_A
impl Send for REPORTPER_A
impl Sync for REPORTPER_A
impl Unpin for REPORTPER_A
impl UnwindSafe for REPORTPER_A
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)