Type Alias d1_pac::tve::tve_configuration1::RGB_SYNC_R

source ·
pub type RGB_SYNC_R = FieldReader<u8, u8>;
Expand description

Field rgb_sync reader - 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_R { /* private fields */ }