#[repr(u8)]pub enum Tprictrl {
TPRICTRL_0 = 0,
TPRICTRL_1 = 1,
}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 and compare function if enabled) and stored to the RESFIFO before the higher priority trigger/command is initiated.
Implementations§
Trait Implementations§
Source§impl Ord for Tprictrl
impl Ord for Tprictrl
Source§impl PartialOrd for Tprictrl
impl PartialOrd for Tprictrl
impl Copy for Tprictrl
impl Eq for Tprictrl
impl StructuralPartialEq for Tprictrl
Auto Trait Implementations§
impl Freeze for Tprictrl
impl RefUnwindSafe for Tprictrl
impl Send for Tprictrl
impl Sync for Tprictrl
impl Unpin for Tprictrl
impl UnwindSafe for Tprictrl
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