Searched refs:shiftIndex (Results 1 – 1 of 1) sorted by relevance
210 int shiftIndex = 3 + (ch * 2); in Chip_ADC_SetThresholdInt() local213 Chip_ADC_ClearIntBits(pADC, (ADC_INTEN_CMP_MASK << shiftIndex)); in Chip_ADC_SetThresholdInt()216 Chip_ADC_SetIntBits(pADC, ((uint32_t) thInt << shiftIndex)); in Chip_ADC_SetThresholdInt()
Completed in 3 milliseconds