Enum SyncAdc
#[repr(u8)]pub enum SyncAdc {
FreeRunning = 0,
Synchronized = 1,
}Variants§
FreeRunning = 0
SD_Converter clock free running.
Synchronized = 1
SD_Converter clock synchronised to ADC.
Implementations§
Trait Implementations§
impl Copy for SyncAdc
impl Eq for SyncAdc
§impl Ord for SyncAdc
impl Ord for SyncAdc
1.21.0 (const: unstable) · 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
§impl PartialOrd for SyncAdc
impl PartialOrd for SyncAdc
impl StructuralPartialEq for SyncAdc
Auto Trait Implementations§
impl Freeze for SyncAdc
impl RefUnwindSafe for SyncAdc
impl Send for SyncAdc
impl Sync for SyncAdc
impl Unpin for SyncAdc
impl UnsafeUnpin for SyncAdc
impl UnwindSafe for SyncAdc
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