Type Alias d1_pac::tve::tve_configuration::COLOR_BAR_MODE_W

source ·
pub type COLOR_BAR_MODE_W<'a, const O: u8> = BitWriter<'a, u32, TVE_CONFIGURATION_SPEC, COLOR_BAR_MODE_A, O>;
Expand description

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

Aliased Type§

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

Implementations§

source§

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

source

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

The Video Encoder input is coming from the Display Engineer

source

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

The Video Encoder input is coming from an internal standard color bar generator.