Home
last modified time | relevance | path

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

/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/src/
A Dadc_15xx.c77 temp = pADC->CHAN_THRSEL & 0x00000FFF; in Chip_ADC_SetTHRSELBits()
79 pADC->CHAN_THRSEL = temp | mask; in Chip_ADC_SetTHRSELBits()
89 temp = pADC->CHAN_THRSEL & 0x00000FFF; in Chip_ADC_ClearTHRSELBits()
91 pADC->CHAN_THRSEL = temp & ~mask; in Chip_ADC_ClearTHRSELBits()
/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Dadc_15xx.h63 …__IO uint32_t CHAN_THRSEL; /*!< A/D Channel Threshold Select Register. Specifies which set of … member

Completed in 4 milliseconds