#[repr(u8)]pub enum AdcCocoClearDisable {
ADC_COCO_CLEAR_DISABLE_0 = 0,
ADC_COCO_CLEAR_DISABLE_1 = 1,
}Variants§
ADC_COCO_CLEAR_DISABLE_0 = 0
Allow TSC hardware generates ADC COCO clear
ADC_COCO_CLEAR_DISABLE_1 = 1
Prevent TSC from generate ADC COCO clear signal
Implementations§
Trait Implementations§
Source§impl Clone for AdcCocoClearDisable
impl Clone for AdcCocoClearDisable
Source§fn clone(&self) -> AdcCocoClearDisable
fn clone(&self) -> AdcCocoClearDisable
Returns a duplicate 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 AdcCocoClearDisable
impl Debug for AdcCocoClearDisable
Source§impl From<AdcCocoClearDisable> for u8
impl From<AdcCocoClearDisable> for u8
Source§fn from(val: AdcCocoClearDisable) -> u8
fn from(val: AdcCocoClearDisable) -> u8
Converts to this type from the input type.
Source§impl From<u8> for AdcCocoClearDisable
impl From<u8> for AdcCocoClearDisable
Source§fn from(val: u8) -> AdcCocoClearDisable
fn from(val: u8) -> AdcCocoClearDisable
Converts to this type from the input type.
Source§impl Ord for AdcCocoClearDisable
impl Ord for AdcCocoClearDisable
Source§fn cmp(&self, other: &AdcCocoClearDisable) -> Ordering
fn cmp(&self, other: &AdcCocoClearDisable) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for AdcCocoClearDisable
impl PartialEq for AdcCocoClearDisable
Source§impl PartialOrd for AdcCocoClearDisable
impl PartialOrd for AdcCocoClearDisable
impl Copy for AdcCocoClearDisable
impl Eq for AdcCocoClearDisable
impl StructuralPartialEq for AdcCocoClearDisable
Auto Trait Implementations§
impl Freeze for AdcCocoClearDisable
impl RefUnwindSafe for AdcCocoClearDisable
impl Send for AdcCocoClearDisable
impl Sync for AdcCocoClearDisable
impl Unpin for AdcCocoClearDisable
impl UnwindSafe for AdcCocoClearDisable
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