Searched refs:horizontal_sync_msb (Results 1 – 1 of 1) sorted by relevance
246 let horizontal_sync_msb: u8 = ((info.horizontal_sync >> 8) & 0x03) as u8; // most sig 2 bits in populate_detailed_timing() localVariable262 | (horizontal_sync_msb << 4) in populate_detailed_timing()