Searched defs:atten (Results 1 – 10 of 10) sorted by relevance
| /device/soc/esp/esp32/components/hal/ |
| D | adc_hal.c | 68 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/ |
| D | adc_hal.h | 252 #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
|
| D | touch_sensor_hal.h | 35 touch_volt_atten_t atten; member
|
| D | adc_types.h | 124 …uint8_t atten: 2; /*!< ADC sampling voltage attenuation configuration. Modification of atten… member
|
| /device/soc/esp/esp32/components/driver/ |
| D | touch_sensor_common.c | 64 …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()
|
| D | adc_common.c | 140 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/ |
| D | esp_adc_cal_esp32.c | 198 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/ |
| D | touch_sensor_ll.h | 155 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()
|
| D | adc_ll.h | 474 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/ |
| D | esp_adc_cal.h | 44 adc_atten_t atten; /**< ADC attenuation*/ member
|