Searched defs:pADC (Results 1 – 4 of 4) sorted by relevance
/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/src/ |
A D | adc_15xx.c | 47 void Chip_ADC_SetIntBits(LPC_ADC_T *pADC, uint32_t intMask) in Chip_ADC_SetIntBits() 59 void Chip_ADC_ClearIntBits(LPC_ADC_T *pADC, uint32_t intMask) in Chip_ADC_ClearIntBits() 71 void Chip_ADC_SetTHRSELBits(LPC_ADC_T *pADC, uint32_t mask) in Chip_ADC_SetTHRSELBits() 83 void Chip_ADC_ClearTHRSELBits(LPC_ADC_T *pADC, uint32_t mask) in Chip_ADC_ClearTHRSELBits() 99 void Chip_ADC_Init(LPC_ADC_T *pADC, uint32_t flags) in Chip_ADC_Init() 121 void Chip_ADC_DeInit(LPC_ADC_T *pADC) in Chip_ADC_DeInit() 138 void Chip_ADC_SetClockRate(LPC_ADC_T *pADC, uint32_t rate) in Chip_ADC_SetClockRate() 154 void Chip_ADC_StartCalibration(LPC_ADC_T *pADC) in Chip_ADC_StartCalibration() 196 void Chip_ADC_EnableInt(LPC_ADC_T *pADC, uint32_t intMask) in Chip_ADC_EnableInt() 202 void Chip_ADC_DisableInt(LPC_ADC_T *pADC, uint32_t intMask) in Chip_ADC_DisableInt() [all …]
|
/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/ |
A D | adc_15xx.h | 237 STATIC INLINE void Chip_ADC_SetDivider(LPC_ADC_T *pADC, uint8_t div) in Chip_ADC_SetDivider() 264 STATIC INLINE uint8_t Chip_ADC_GetDivider(LPC_ADC_T *pADC) in Chip_ADC_GetDivider() 285 STATIC INLINE bool Chip_ADC_IsCalibrationDone(LPC_ADC_T *pADC) in Chip_ADC_IsCalibrationDone() 296 STATIC INLINE void Chip_ADC_SetADC0Input(LPC_ADC_T *pADC, uint32_t inp) in Chip_ADC_SetADC0Input() 357 STATIC INLINE void Chip_ADC_EnableSequencer(LPC_ADC_T *pADC, ADC_SEQ_IDX_T seqIndex) in Chip_ADC_EnableSequencer() 368 STATIC INLINE void Chip_ADC_DisableSequencer(LPC_ADC_T *pADC, ADC_SEQ_IDX_T seqIndex) in Chip_ADC_DisableSequencer() 381 STATIC INLINE void Chip_ADC_StartSequencer(LPC_ADC_T *pADC, ADC_SEQ_IDX_T seqIndex) in Chip_ADC_StartSequencer() 464 STATIC INLINE uint32_t Chip_ADC_GetDataReg(LPC_ADC_T *pADC, uint8_t index) in Chip_ADC_GetDataReg() 562 STATIC INLINE uint32_t Chip_ADC_GetFlags(LPC_ADC_T *pADC) in Chip_ADC_GetFlags() 573 STATIC INLINE void Chip_ADC_ClearFlags(LPC_ADC_T *pADC, uint32_t flags) in Chip_ADC_ClearFlags() [all …]
|
/lk-master/external/platform/lpc15xx/lpcopen/periph_adc/example/src/ |
A D | adc.c | 61 void showValudeADC(LPC_ADC_T *pADC) in showValudeADC()
|
/lk-master/external/platform/lpc15xx/lpcopen/periph_adc_rom/example/src/ |
A D | adc_rom.c | 76 void showValudeADC(LPC_ADC_T *pADC) in showValudeADC()
|
Completed in 6 milliseconds