Searched defs:DitherConfigType (Results 1 – 1 of 1) sorted by relevance
159 struct DitherConfigType { struct160 uint8_t en : 1;161 uint8_t mode : 1;162 uint8_t frame_con : 1;163 uint8_t frame_offset : 2;164 uint8_t table_sel_r : 1;165 uint8_t table_sel_g : 1;166 uint8_t table_sel_b : 1;167 uint32_t reserved : 24;