Type Alias d1_pac::tve::tve_configuration1::RGB_SETUP_W

source ·
pub type RGB_SETUP_W<'a, const O: u8> = BitWriter<'a, u32, TVE_CONFIGURATION1_SPEC, RGB_SETUP_A, O>;
Expand description

Field rgb_setup writer - “Set-up” enable for RGB outputs. This bit specifies if the “set-up” implied value (black_level - blank_level) specified for the CVBS signal is used also for the RGB signals.

Aliased Type§

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

Implementations§

source§

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

source

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

The “set-up” is not used, or i.e. comp_yuv is equal to b’1’.

source

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

The implied “set-up” is used for the RGB signals