Home
last modified time | relevance | path

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

/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Dadc_15xx.h476 STATIC INLINE void Chip_ADC_SetThrLowValue(LPC_ADC_T *pADC, uint8_t thrnum, uint16_t value) in Chip_ADC_SetThrLowValue() argument
478 pADC->THR_LOW[thrnum] = (((uint32_t) value) << ADC_THR_VAL_POS); in Chip_ADC_SetThrLowValue()
488 STATIC INLINE void Chip_ADC_SetThrHighValue(LPC_ADC_T *pADC, uint8_t thrnum, uint16_t value) in Chip_ADC_SetThrHighValue() argument
490 pADC->THR_HIGH[thrnum] = (((uint32_t) value) << ADC_THR_VAL_POS); in Chip_ADC_SetThrHighValue()

Completed in 4 milliseconds