#[repr(u8)]pub enum InterruptThreshold {
Enabled = 4,
Disabled = 0,
}
Expand description
Interrupt Mode
Variants§
Enabled = 4
Assert nINT if ALG_RESULT_DATA crosses thresholds
Disabled = 0
Interrupt mode, if asserted, operates normally
Trait Implementations§
Source§impl Clone for InterruptThreshold
impl Clone for InterruptThreshold
Source§fn clone(&self) -> InterruptThreshold
fn clone(&self) -> InterruptThreshold
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 InterruptThreshold
impl Debug for InterruptThreshold
Source§impl PartialEq for InterruptThreshold
impl PartialEq for InterruptThreshold
impl Copy for InterruptThreshold
impl StructuralPartialEq for InterruptThreshold
Auto Trait Implementations§
impl Freeze for InterruptThreshold
impl RefUnwindSafe for InterruptThreshold
impl Send for InterruptThreshold
impl Sync for InterruptThreshold
impl Unpin for InterruptThreshold
impl UnwindSafe for InterruptThreshold
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