#[repr(u8)]pub enum Acfgt {
ACFGT_0 = 0,
ACFGT_1 = 1,
}Variants§
ACFGT_0 = 0
Configures “Less Than Threshold, Outside Range Not Inclusive and Inside Range Not Inclusive” functionality based on the values placed in the ADC_CV register.
ACFGT_1 = 1
Configures “Greater Than Or Equal To Threshold, Outside Range Inclusive and Inside Range Inclusive” functionality based on the values placed in the ADC_CV registers.
Implementations§
Trait Implementations§
Source§impl Ord for Acfgt
impl Ord for Acfgt
Source§impl PartialOrd for Acfgt
impl PartialOrd for Acfgt
impl Copy for Acfgt
impl Eq for Acfgt
impl StructuralPartialEq for Acfgt
Auto Trait Implementations§
impl Freeze for Acfgt
impl RefUnwindSafe for Acfgt
impl Send for Acfgt
impl Sync for Acfgt
impl Unpin for Acfgt
impl UnwindSafe for Acfgt
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