Struct d1_pac::tve::tve_configuration::W
source · pub struct W(/* private fields */);
Expand description
Register tve_configuration
writer
Implementations§
source§impl W
impl W
sourcepub fn tvmode_select(&mut self) -> TVMODE_SELECT_W<'_, 0>
pub fn tvmode_select(&mut self) -> TVMODE_SELECT_W<'_, 0>
Bits 0:3 - TVMode_Select
Note: Changing this register value will cause some relative register setting to relative value.
sourcepub fn mode_1080i_1250line_sel(&mut self) -> MODE_1080I_1250LINE_SEL_W<'_, 4>
pub fn mode_1080i_1250line_sel(&mut self) -> MODE_1080I_1250LINE_SEL_W<'_, 4>
Bit 4 - Mode_1080i_1250Line_Sel
sourcepub fn color_bar_mode(&mut self) -> COLOR_BAR_MODE_W<'_, 8>
pub fn color_bar_mode(&mut self) -> COLOR_BAR_MODE_W<'_, 8>
Bit 8 - Standard Color bar input selection
This bit selects whether the Video Encoder video data input is replaced by an internal standard color bar generator or not.
sourcepub fn color_bar_type(&mut self) -> COLOR_BAR_TYPE_W<'_, 9>
pub fn color_bar_type(&mut self) -> COLOR_BAR_TYPE_W<'_, 9>
Bit 9
sourcepub fn cvbs_en(&mut self) -> CVBS_EN_W<'_, 16>
pub fn cvbs_en(&mut self) -> CVBS_EN_W<'_, 16>
Bit 16 - Composite video enables selection
This bit selects whether the composite video output (CVBS) is enabled or disabled.
sourcepub fn yc_en(&mut self) -> YC_EN_W<'_, 17>
pub fn yc_en(&mut self) -> YC_EN_W<'_, 17>
Bit 17 - S-port Video enable Selection.
This bit selects whether the S-port(Y/C) video output is enabled or disabled.
sourcepub fn yuv_rgb_output_en(&mut self) -> YUV_RGB_OUTPUT_EN_W<'_, 18>
pub fn yuv_rgb_output_en(&mut self) -> YUV_RGB_OUTPUT_EN_W<'_, 18>
Bit 18
sourcepub fn input_chroma_data_sampling_rate_sel(
&mut self,
) -> INPUT_CHROMA_DATA_SAMPLING_RATE_SEL_W<'_, 19>
pub fn input_chroma_data_sampling_rate_sel( &mut self, ) -> INPUT_CHROMA_DATA_SAMPLING_RATE_SEL_W<'_, 19>
Bit 19
sourcepub fn cb_cr_seq_for_422_mode(&mut self) -> CB_CR_SEQ_FOR_422_MODE_W<'_, 20>
pub fn cb_cr_seq_for_422_mode(&mut self) -> CB_CR_SEQ_FOR_422_MODE_W<'_, 20>
Bit 20 - Cb_Cr_Seq_For_422_Mode
sourcepub fn core_control_logic_clock_sel(
&mut self,
) -> CORE_CONTROL_LOGIC_CLOCK_SEL_W<'_, 24>
pub fn core_control_logic_clock_sel( &mut self, ) -> CORE_CONTROL_LOGIC_CLOCK_SEL_W<'_, 24>
Bit 24
sourcepub fn core_datapath_logic_clock_sel(
&mut self,
) -> CORE_DATAPATH_LOGIC_CLOCK_SEL_W<'_, 25>
pub fn core_datapath_logic_clock_sel( &mut self, ) -> CORE_DATAPATH_LOGIC_CLOCK_SEL_W<'_, 25>
Bit 25
sourcepub fn dac_control_logic_clock_sel(
&mut self,
) -> DAC_CONTROL_LOGIC_CLOCK_SEL_W<'_, 26>
pub fn dac_control_logic_clock_sel( &mut self, ) -> DAC_CONTROL_LOGIC_CLOCK_SEL_W<'_, 26>
Bit 26
sourcepub fn dac_src_sel(&mut self) -> DAC_SRC_SEL_W<'_, 27>
pub fn dac_src_sel(&mut self) -> DAC_SRC_SEL_W<'_, 27>
Bits 27:28
sourcepub fn bypass_tv(&mut self) -> BYPASS_TV_W<'_, 29>
pub fn bypass_tv(&mut self) -> BYPASS_TV_W<'_, 29>
Bit 29
Methods from Deref<Target = W<TVE_CONFIGURATION_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