Struct d1_pac::tve::tve_configuration0::W
source · pub struct W(/* private fields */);
Expand description
Register tve_configuration0
writer
Implementations§
source§impl W
impl W
sourcepub fn uv_order(&mut self) -> UV_ORDER_W<'_, 0>
pub fn uv_order(&mut self) -> UV_ORDER_W<'_, 0>
Bit 0 - This bit selects if the sample order at the chroma input to the Video Encoder is Cb first (i.e. Cb 0 Cr 0 Cb 1 Cr 1) or Cr first (i.e. Cr 0 Cb 0 Cr 1 Cb 1).
sourcepub fn invert_top(&mut self) -> INVERT_TOP_W<'_, 8>
pub fn invert_top(&mut self) -> INVERT_TOP_W<'_, 8>
Bit 8 - 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.
Methods from Deref<Target = W<TVE_CONFIGURATION0_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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