Home
last modified time | relevance | path

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

/lk-master/external/platform/lpc15xx/lpcopen/periph_adc/example/src/
A Dadc.c112 Chip_ADC_StartSequencer(LPC_ADC1, ADC_SEQA_IDX); in SysTick_Handler()
145 pending = Chip_ADC_GetFlags(LPC_ADC1); in ADC1A_IRQHandler()
165 pending = Chip_ADC_GetFlags(LPC_ADC1); in ADC1_THCMP_IRQHandler()
188 Chip_ADC_Init(LPC_ADC1, 0); in main()
209 Chip_ADC_SetTrim(LPC_ADC1, ADC_TRIM_VRANGE_HIGHV); in main()
214 Chip_ADC_SetupSequencer(LPC_ADC1, ADC_SEQA_IDX, in main()
229 Chip_ADC_StartCalibration(LPC_ADC1); in main()
231 while (!(Chip_ADC_IsCalibrationDone(LPC_ADC1))) {} in main()
240 Chip_ADC_ClearFlags(LPC_ADC1, Chip_ADC_GetFlags(LPC_ADC1)); in main()
261 Chip_ADC_EnableSequencer(LPC_ADC1, ADC_SEQA_IDX); in main()
[all …]
/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Dchip.h107 #define LPC_ADC1 ((LPC_ADC_T *) LPC_ADC1_BASE) macro
/lk-master/external/platform/lpc15xx/lpcopen/periph_adc_rom/example/src/
A Dadc_rom.c291 showValudeADC(LPC_ADC1); in main()

Completed in 4 milliseconds