Home
last modified time | relevance | path

Searched refs:shiftIndex (Results 1 – 1 of 1) sorted by relevance

/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/src/
A Dadc_15xx.c210 int shiftIndex = 3 + (ch * 2); in Chip_ADC_SetThresholdInt() local
213 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