Home
last modified time | relevance | path

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

/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Dadc_15xx.h172 #define ADC_THR_VAL_POS (4) /*!< Threshold value bit position */ macro
478 pADC->THR_LOW[thrnum] = (((uint32_t) value) << ADC_THR_VAL_POS); in Chip_ADC_SetThrLowValue()
490 pADC->THR_HIGH[thrnum] = (((uint32_t) value) << ADC_THR_VAL_POS); in Chip_ADC_SetThrHighValue()

Completed in 4 milliseconds