Home
last modified time | relevance | path

Searched defs:adc (Results 1 – 4 of 4) sorted by relevance

/device/board/kaihong/khdvk_450a/liteos_m/drivers/adc/
Dadc_gd32f4xx.c102 static uint16_t AdcGetData(struct AdcDeviceCntlr *adc) in AdcGetData()
130 struct AdcDeviceCntlr *adc = NULL; in AdcDevRead() local
178 struct AdcDeviceCntlr *adc = NULL; in AdcDevStart() local
214 #define ADC_FIND_CONFIG(node, name, adc) … argument
232 static int32_t AdcReadDrs(struct AdcDeviceCntlr *adc, const char *deviceMatchAttr) in AdcReadDrs()
249 static int32_t AdcReadDrs(struct AdcDeviceCntlr *adc, struct DeviceResourceNode *node) in AdcReadDrs()
296 struct AdcDeviceCntlr *adc = NULL; in AdcParseInit() local
366 struct AdcDeviceCntlr *adc = NULL; in AdcRemoveByObject() local
390 struct AdcDeviceCntlr *adc = NULL; in AdcRemoveByNode() local
/device/soc/esp/esp32/components/hal/include/hal/
Dadc_hal.h191 #define adc_hal_vref_output(adc, channel, en) adc_ll_vref_output(adc, channel, en) argument
/device/soc/esp/esp32/components/hal/esp32/include/hal/
Dadc_ll.h647 static inline void adc_ll_vref_output(adc_ll_num_t adc, adc_channel_t channel, bool en) in adc_ll_vref_output()
/device/soc/esp/esp32/components/esp_adc_cal/
Desp_adc_cal_esp32.c253 static uint32_t calculate_voltage_lut(uint32_t adc, uint32_t vref, const uint32_t *low_vref_curve, … in calculate_voltage_lut()