Enum d1_pac::tve::tve_configuration0::INVERT_TOP_A
source · pub enum INVERT_TOP_A {
LOW = 0,
HIGH = 1,
}
Expand description
Field parity input signal (top_field) polarity selection.
This bit selects whether the top field is indicated by a high level of the field parity signal or by the low level. The bit is applicable both when the Video Encoder is the sync master and when the Video Encoder is the sync slave.
Value on reset: 0
Variants§
Trait Implementations§
source§impl Clone for INVERT_TOP_A
impl Clone for INVERT_TOP_A
source§fn clone(&self) -> INVERT_TOP_A
fn clone(&self) -> INVERT_TOP_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 INVERT_TOP_A
impl Debug for INVERT_TOP_A
source§impl From<INVERT_TOP_A> for bool
impl From<INVERT_TOP_A> for bool
source§fn from(variant: INVERT_TOP_A) -> Self
fn from(variant: INVERT_TOP_A) -> Self
Converts to this type from the input type.
source§impl PartialEq for INVERT_TOP_A
impl PartialEq for INVERT_TOP_A
impl Copy for INVERT_TOP_A
impl Eq for INVERT_TOP_A
impl StructuralPartialEq for INVERT_TOP_A
Auto Trait Implementations§
impl Freeze for INVERT_TOP_A
impl RefUnwindSafe for INVERT_TOP_A
impl Send for INVERT_TOP_A
impl Sync for INVERT_TOP_A
impl Unpin for INVERT_TOP_A
impl UnwindSafe for INVERT_TOP_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
)