#[repr(u8)]pub enum Acren {
ACREN_0 = 0,
ACREN_1 = 1,
}Variants§
ACREN_0 = 0
Range function disabled. Only the compare value 1 of ADC_CV register (CV1) is compared.
ACREN_1 = 1
Range function enabled. Both compare values of ADC_CV registers (CV1 and CV2) are compared.
Implementations§
Trait Implementations§
Source§impl Ord for Acren
impl Ord for Acren
Source§impl PartialOrd for Acren
impl PartialOrd for Acren
impl Copy for Acren
impl Eq for Acren
impl StructuralPartialEq for Acren
Auto Trait Implementations§
impl Freeze for Acren
impl RefUnwindSafe for Acren
impl Send for Acren
impl Sync for Acren
impl Unpin for Acren
impl UnwindSafe for Acren
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