Home
last modified time | relevance | path

Searched refs:sar2_dig_force (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.4.0/components/hal/esp32/include/hal/
Dadc_ll.h567 …SENS.sar_read_ctrl2.sar2_dig_force = 0; // 1: Select digital control; 0: Select RTC … in adc_ll_set_controller()
574 …SENS.sar_read_ctrl2.sar2_dig_force = 0; // 1: Select digital control; 0: Select RTC … in adc_ll_set_controller()
581 …SENS.sar_read_ctrl2.sar2_dig_force = 1; // 1: Select digital control; 0: Select RTC … in adc_ll_set_controller()
588 …SENS.sar_read_ctrl2.sar2_dig_force = 0; // 1: Select digital control; 0: Select RTC … in adc_ll_set_controller()
/hal_espressif-3.4.0/components/soc/esp32/include/soc/
Dsens_struct.h230 …uint32_t sar2_dig_force: 1; /*1: ADC2 is controlled by the digital controller 0… member