Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/
Dadc_oneshot_hal.c54 adc_ll_amp_disable(); //Currently the LNA is not open, close it by default. in adc_oneshot_hal_setup()
/hal_espressif-latest/components/driver/deprecated/
Dadc_legacy.c163 adc_ll_amp_disable(); //Currently the LNA is not open, close it by default. in adc_rtc_chan_init()
392 adc_ll_amp_disable(); //Currently the LNA is not open, close it by default. in adc1_get_raw()
423 adc_ll_amp_disable(); in adc1_ulp_enable()
/hal_espressif-latest/components/hal/esp32/include/hal/
Dadc_ll.h645 static inline void adc_ll_amp_disable(void) in adc_ll_amp_disable() function