Searched refs:MOD_12B (Results 1 – 1 of 1) sorted by relevance
53 #define MOD_12B(x) ((x & 0x1) << 3) macro216 adc_ctrl1 = SAMPLE_TIME(ts->sample_time) | MOD_12B(ts->mod_12b) | in stmpe_init_hw()218 adc_ctrl1_mask = SAMPLE_TIME(0xff) | MOD_12B(0xff) | REF_SEL(0xff); in stmpe_init_hw()