pub enum TPRICTRL_A {
TPRICTRL_0,
TPRICTRL_1,
}
Expand description
ADC trigger priority control
Value on reset: 0
Variants§
TPRICTRL_0
0: If a higher priority trigger is detected during command processing, the current conversion is aborted and the new command specified by the trigger is started.
TPRICTRL_1
1: If a higher priority trigger is received during command processing, the current conversion is completed (including averaging iterations if enabled) and stored to the RESFIFO before the higher priority trigger/command is initiated. Note that compare until true commands can be interrupted prior to resulting in a true conversion.
Trait Implementations§
Source§impl Clone for TPRICTRL_A
impl Clone for TPRICTRL_A
Source§fn clone(&self) -> TPRICTRL_A
fn clone(&self) -> TPRICTRL_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 TPRICTRL_A
impl Debug for TPRICTRL_A
Source§impl From<TPRICTRL_A> for bool
impl From<TPRICTRL_A> for bool
Source§fn from(variant: TPRICTRL_A) -> Self
fn from(variant: TPRICTRL_A) -> Self
Converts to this type from the input type.
Source§impl PartialEq for TPRICTRL_A
impl PartialEq for TPRICTRL_A
impl Copy for TPRICTRL_A
impl StructuralPartialEq for TPRICTRL_A
Auto Trait Implementations§
impl Freeze for TPRICTRL_A
impl RefUnwindSafe for TPRICTRL_A
impl Send for TPRICTRL_A
impl Sync for TPRICTRL_A
impl Unpin for TPRICTRL_A
impl UnwindSafe for TPRICTRL_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
)