Struct d1_pac::tve::tve_configuration::R
source · pub struct R(/* private fields */);
Expand description
Register tve_configuration
reader
Implementations§
source§impl R
impl R
sourcepub fn tvmode_select(&self) -> TVMODE_SELECT_R
pub fn tvmode_select(&self) -> TVMODE_SELECT_R
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(&self) -> MODE_1080I_1250LINE_SEL_R
pub fn mode_1080i_1250line_sel(&self) -> MODE_1080I_1250LINE_SEL_R
Bit 4 - Mode_1080i_1250Line_Sel
sourcepub fn color_bar_mode(&self) -> COLOR_BAR_MODE_R
pub fn color_bar_mode(&self) -> COLOR_BAR_MODE_R
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(&self) -> COLOR_BAR_TYPE_R
pub fn color_bar_type(&self) -> COLOR_BAR_TYPE_R
Bit 9
sourcepub fn cvbs_en(&self) -> CVBS_EN_R
pub fn cvbs_en(&self) -> CVBS_EN_R
Bit 16 - Composite video enables selection
This bit selects whether the composite video output (CVBS) is enabled or disabled.
sourcepub fn yc_en(&self) -> YC_EN_R
pub fn yc_en(&self) -> YC_EN_R
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(&self) -> YUV_RGB_OUTPUT_EN_R
pub fn yuv_rgb_output_en(&self) -> YUV_RGB_OUTPUT_EN_R
Bit 18
sourcepub fn input_chroma_data_sampling_rate_sel(
&self,
) -> INPUT_CHROMA_DATA_SAMPLING_RATE_SEL_R
pub fn input_chroma_data_sampling_rate_sel( &self, ) -> INPUT_CHROMA_DATA_SAMPLING_RATE_SEL_R
Bit 19
sourcepub fn cb_cr_seq_for_422_mode(&self) -> CB_CR_SEQ_FOR_422_MODE_R
pub fn cb_cr_seq_for_422_mode(&self) -> CB_CR_SEQ_FOR_422_MODE_R
Bit 20 - Cb_Cr_Seq_For_422_Mode
sourcepub fn core_control_logic_clock_sel(&self) -> CORE_CONTROL_LOGIC_CLOCK_SEL_R
pub fn core_control_logic_clock_sel(&self) -> CORE_CONTROL_LOGIC_CLOCK_SEL_R
Bit 24
sourcepub fn core_datapath_logic_clock_sel(&self) -> CORE_DATAPATH_LOGIC_CLOCK_SEL_R
pub fn core_datapath_logic_clock_sel(&self) -> CORE_DATAPATH_LOGIC_CLOCK_SEL_R
Bit 25
sourcepub fn dac_control_logic_clock_sel(&self) -> DAC_CONTROL_LOGIC_CLOCK_SEL_R
pub fn dac_control_logic_clock_sel(&self) -> DAC_CONTROL_LOGIC_CLOCK_SEL_R
Bit 26
sourcepub fn dac_src_sel(&self) -> DAC_SRC_SEL_R
pub fn dac_src_sel(&self) -> DAC_SRC_SEL_R
Bits 27:28
sourcepub fn bypass_tv(&self) -> BYPASS_TV_R
pub fn bypass_tv(&self) -> BYPASS_TV_R
Bit 29
Methods from Deref<Target = R<TVE_CONFIGURATION_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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