Searched refs:vertical_front_lsb (Results 1 – 1 of 1) sorted by relevance
248 let vertical_front_lsb: u8 = (info.vertical_front & 0x0F) as u8; // least sig 4 bits in populate_detailed_timing() localVariable258 edid_block[10] = vertical_sync_lsb | (vertical_front_lsb << 4); in populate_detailed_timing()