Home
last modified time | relevance | path

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

/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/src/
A Dadc_15xx.c177 temp = pADC->SEQ_CTRL[seqIndex] & ~(0x3F << 20); in Chip_ADC_SetSequencerBits()
180 pADC->SEQ_CTRL[seqIndex] = temp | bits; in Chip_ADC_SetSequencerBits()
189 temp = pADC->SEQ_CTRL[seqIndex] & ~(0x3F << 20); in Chip_ADC_ClearSequencerBits()
192 pADC->SEQ_CTRL[seqIndex] = temp & ~bits; in Chip_ADC_ClearSequencerBits()
/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Dadc_15xx.h57 …__IO uint32_t SEQ_CTRL[ADC_SEQB_IDX + 1]; /*!< A/D Sequence A & B Control Register. Controls trigg… member
348 pADC->SEQ_CTRL[seqIndex] = options; in Chip_ADC_SetupSequencer()

Completed in 8 milliseconds