Type Alias d1_pac::tve::tve_configuration1::RGB_SYNC_W

source ·
pub type RGB_SYNC_W<'a, const O: u8> = FieldWriter<'a, u32, TVE_CONFIGURATION1_SPEC, u8, u8, 3, O>;
Expand description

Field rgb_sync writer - R, G and B signals sync embedding selection.

These bits specify whether the sync signal is added to each of the R, G and B components (b’1’) or not (b’0’). The bit[26] specify if the R signal has embedded syncs, the bit[25] specify if the G signal has embedded syncs and the bit[24] specify if the B signal has embedded syncs. When comp_yuv is equal to b’1’, these bits are N.A. and should be set to b’000’. When the value is different from b’000’, RGB_Setup should be set to b’1’.

Aliased Type§

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