Home
last modified time | relevance | path

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

/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Dadc_15xx.h67 } LPC_ADC_T; typedef
214 void Chip_ADC_Init(LPC_ADC_T *pADC, uint32_t flags);
222 void Chip_ADC_DeInit(LPC_ADC_T *pADC);
237 STATIC INLINE void Chip_ADC_SetDivider(LPC_ADC_T *pADC, uint8_t div) in Chip_ADC_SetDivider()
253 void Chip_ADC_SetClockRate(LPC_ADC_T *pADC, uint32_t rate);
264 STATIC INLINE uint8_t Chip_ADC_GetDivider(LPC_ADC_T *pADC) in Chip_ADC_GetDivider()
278 void Chip_ADC_StartCalibration(LPC_ADC_T *pADC);
285 STATIC INLINE bool Chip_ADC_IsCalibrationDone(LPC_ADC_T *pADC) in Chip_ADC_IsCalibrationDone()
524 void Chip_ADC_EnableInt(LPC_ADC_T *pADC, uint32_t intMask);
535 void Chip_ADC_DisableInt(LPC_ADC_T *pADC, uint32_t intMask);
[all …]
A Dchip.h106 #define LPC_ADC0 ((LPC_ADC_T *) LPC_ADC0_BASE)
107 #define LPC_ADC1 ((LPC_ADC_T *) LPC_ADC1_BASE)
/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/src/
A Dadc_15xx.c47 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/periph_adc/example/src/
A Dadc.c61 void showValudeADC(LPC_ADC_T *pADC) in showValudeADC()
/lk-master/external/platform/lpc15xx/lpcopen/periph_adc_rom/example/src/
A Dadc_rom.c76 void showValudeADC(LPC_ADC_T *pADC) in showValudeADC()

Completed in 9 milliseconds