Home
last modified time | relevance | path

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

/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Dadc_15xx.h81 #define ADC_CR_CALMODEBIT (1 << 30) /*!< Self calibration cycle enable bit */ macro
287 return (bool) ((pADC->CTRL & ADC_CR_CALMODEBIT) == 0); in Chip_ADC_IsCalibrationDone()
/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/src/
A Dadc_15xx.c157 pADC->CTRL |= ADC_CR_CALMODEBIT; in Chip_ADC_StartCalibration()

Completed in 4 milliseconds