#[repr(u8)]pub enum TACQ_A {
_3US = 0,
_5US = 1,
_10US = 2,
_15US = 3,
_20US = 4,
_40US = 5,
}
Expand description
Acquisition time, the time the SAADC uses to sample the input voltage
Value on reset: 2
Variants§
_3US = 0
0: 3 us
_5US = 1
1: 5 us
_10US = 2
2: 10 us
_15US = 3
3: 15 us
_20US = 4
4: 20 us
_40US = 5
5: 40 us
Trait Implementations§
impl Copy for TACQ_A
impl StructuralPartialEq for TACQ_A
Auto Trait Implementations§
impl Freeze for TACQ_A
impl RefUnwindSafe for TACQ_A
impl Send for TACQ_A
impl Sync for TACQ_A
impl Unpin for TACQ_A
impl UnwindSafe for TACQ_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
)