Home
last modified time | relevance | path

Searched defs:atten (Results 1 – 10 of 10) sorted by relevance

/device/soc/esp/esp32/components/hal/
Dadc_hal.c68 static void cal_setup(adc_ll_num_t adc_n, adc_channel_t channel, adc_atten_t atten, bool internal_g… in cal_setup()
90 static void cal_setup(adc_ll_num_t adc_n, adc_channel_t channel, adc_atten_t atten, bool internal_g… in cal_setup()
130 uint32_t adc_hal_self_calibration(adc_ll_num_t adc_n, adc_channel_t channel, adc_atten_t atten, boo… in adc_hal_self_calibration()
/device/soc/esp/esp32/components/hal/include/hal/
Dadc_hal.h252 #define adc_hal_set_atten(adc_n, channel, atten) adc_ll_set_atten(adc_n, channel, atten) argument
264 #define adc_hal_set_atten(adc_n, channel, atten) adc_ll_onetime_set_atten(atten) argument
Dtouch_sensor_hal.h35 touch_volt_atten_t atten; member
Dadc_types.h124 …uint8_t atten: 2; /*!< ADC sampling voltage attenuation configuration. Modification of atten… member
/device/soc/esp/esp32/components/driver/
Dtouch_sensor_common.c64 …rr_t touch_pad_set_voltage(touch_high_volt_t refh, touch_low_volt_t refl, touch_volt_atten_t atten) in touch_pad_set_voltage()
85 …t touch_pad_get_voltage(touch_high_volt_t *refh, touch_low_volt_t *refl, touch_volt_atten_t *atten) in touch_pad_get_voltage()
Dadc_common.c140 adc_atten_t atten = adc_hal_get_atten(adc_n, chan); in get_calibration_offset() local
346 esp_err_t adc1_config_channel_atten(adc1_channel_t channel, adc_atten_t atten) in adc1_config_channel_atten()
493 esp_err_t adc2_config_channel_atten(adc2_channel_t channel, adc_atten_t atten) in adc2_config_channel_atten()
/device/soc/esp/esp32/components/esp_adc_cal/
Desp_adc_cal_esp32.c198 adc_atten_t atten, in characterize_using_two_point()
224 adc_atten_t atten, in characterize_using_vref()
297 adc_atten_t atten, in esp_adc_cal_characterize()
/device/soc/esp/esp32/components/hal/esp32/include/hal/
Dtouch_sensor_ll.h155 static inline void touch_ll_set_voltage_attenuation(touch_volt_atten_t atten) in touch_ll_set_voltage_attenuation()
167 static inline void touch_ll_get_voltage_attenuation(touch_volt_atten_t *atten) in touch_ll_get_voltage_attenuation()
Dadc_ll.h474 static inline void adc_ll_set_atten(adc_ll_num_t adc_n, adc_channel_t channel, adc_atten_t atten) in adc_ll_set_atten()
/device/soc/esp/esp32/components/esp_adc_cal/include/
Desp_adc_cal.h44 adc_atten_t atten; /**< ADC attenuation*/ member