#[repr(u8)]pub enum IntSource {
FILTER_INT = 0,
RAW_INT = 1,
}Variants§
FILTER_INT = 0
Select Analog Comparator filtered output as input for interrupt detection.
RAW_INT = 1
Select Analog Comparator raw output (unfiltered) as input for interrupt detection. Must be used when Analog comparator is used as wake up source in Power down mode.
Implementations§
Trait Implementations§
Source§impl Ord for IntSource
impl Ord for IntSource
Source§impl PartialOrd for IntSource
impl PartialOrd for IntSource
impl Copy for IntSource
impl Eq for IntSource
impl StructuralPartialEq for IntSource
Auto Trait Implementations§
impl Freeze for IntSource
impl RefUnwindSafe for IntSource
impl Send for IntSource
impl Sync for IntSource
impl Unpin for IntSource
impl UnwindSafe for IntSource
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