Searched defs:DitherConfigType (Results 1 – 1 of 1) sorted by relevance
166 struct DitherConfigType { struct167 uint8_t en : 1;168 uint8_t mode : 1;169 uint8_t frame_con : 1;170 uint8_t frame_offset : 2;171 uint8_t table_sel_r : 1;172 uint8_t table_sel_g : 1;173 uint8_t table_sel_b : 1;174 uint32_t reserved : 24;