Enum d1_pac::csic::csic_parser0::prs_ncsic_if_cfg::VREF_POL_A    
source · pub enum VREF_POL_A {
    NEGATIVE = 0,
    POSITIVE = 1,
}Expand description
Vref polarity
This register is not applied to CCIR656 interface
Value on reset: 1
Variants§
Trait Implementations§
source§impl Clone for VREF_POL_A
 
impl Clone for VREF_POL_A
source§fn clone(&self) -> VREF_POL_A
 
fn clone(&self) -> VREF_POL_A
Returns a copy 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 VREF_POL_A
 
impl Debug for VREF_POL_A
source§impl From<VREF_POL_A> for bool
 
impl From<VREF_POL_A> for bool
source§fn from(variant: VREF_POL_A) -> Self
 
fn from(variant: VREF_POL_A) -> Self
Converts to this type from the input type.
source§impl PartialEq for VREF_POL_A
 
impl PartialEq for VREF_POL_A
impl Copy for VREF_POL_A
impl Eq for VREF_POL_A
impl StructuralPartialEq for VREF_POL_A
Auto Trait Implementations§
impl Freeze for VREF_POL_A
impl RefUnwindSafe for VREF_POL_A
impl Send for VREF_POL_A
impl Sync for VREF_POL_A
impl Unpin for VREF_POL_A
impl UnwindSafe for VREF_POL_A
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
source§impl<T> CloneToUninit for Twhere
    T: Clone,
 
impl<T> CloneToUninit for Twhere
    T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
 
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)source§impl<T> CloneToUninit for Twhere
    T: Copy,
 
impl<T> CloneToUninit for Twhere
    T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
 
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)