Searched refs:POSITION_H_MSK (Results 1 – 1 of 1) sorted by relevance
47 #define POSITION_H_MSK 0x0FU macro114 row = ((coords[0] & POSITION_H_MSK) << 8U) | coords[1]; in ft5336_process()115 col = ((coords[2] & POSITION_H_MSK) << 8U) | coords[3]; in ft5336_process()