Type Alias d1_pac::tve::tve_configuration0::INVERT_TOP_W

source ·
pub type INVERT_TOP_W<'a, const O: u8> = BitWriter<'a, u32, TVE_CONFIGURATION0_SPEC, INVERT_TOP_A, O>;
Expand description

Field invert_top writer - 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.

Aliased Type§

struct INVERT_TOP_W<'a, const O: u8> { /* private fields */ }

Implementations§

source§

impl<'a, const O: u8> INVERT_TOP_W<'a, O>

source

pub fn low(self) -> &'a mut W

Top field is indicated by low level

source

pub fn high(self) -> &'a mut W

Top field is indicated by high level