Enum nrf52840_pac::qdec::sampleper::SAMPLEPER_A
source · #[repr(u8)]pub enum SAMPLEPER_A {
_128US = 0,
_256US = 1,
_512US = 2,
_1024US = 3,
_2048US = 4,
_4096US = 5,
_8192US = 6,
_16384US = 7,
_32MS = 8,
_65MS = 9,
_131MS = 10,
}
Expand description
Sample period. The SAMPLE register will be updated for every new sample
Value on reset: 0
Variants§
_128US = 0
0: 128 us
_256US = 1
1: 256 us
_512US = 2
2: 512 us
_1024US = 3
3: 1024 us
_2048US = 4
4: 2048 us
_4096US = 5
5: 4096 us
_8192US = 6
6: 8192 us
_16384US = 7
7: 16384 us
_32MS = 8
8: 32768 us
_65MS = 9
9: 65536 us
_131MS = 10
10: 131072 us
Trait Implementations§
source§impl Clone for SAMPLEPER_A
impl Clone for SAMPLEPER_A
source§fn clone(&self) -> SAMPLEPER_A
fn clone(&self) -> SAMPLEPER_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 SAMPLEPER_A
impl Debug for SAMPLEPER_A
source§impl From<SAMPLEPER_A> for u8
impl From<SAMPLEPER_A> for u8
source§fn from(variant: SAMPLEPER_A) -> Self
fn from(variant: SAMPLEPER_A) -> Self
Converts to this type from the input type.
source§impl PartialEq for SAMPLEPER_A
impl PartialEq for SAMPLEPER_A
impl Copy for SAMPLEPER_A
impl StructuralPartialEq for SAMPLEPER_A
Auto Trait Implementations§
impl Freeze for SAMPLEPER_A
impl RefUnwindSafe for SAMPLEPER_A
impl Send for SAMPLEPER_A
impl Sync for SAMPLEPER_A
impl Unpin for SAMPLEPER_A
impl UnwindSafe for SAMPLEPER_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
)