Home
last modified time | relevance | path

Searched refs:sar_meas1_ctrl2 (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dadc_ll.h598 …SENS.sar_meas1_ctrl2.meas1_start_force = 1; // 1: SW control RTC ADC start; 0: ULP control… in adc_ll_set_controller()
599 …SENS.sar_meas1_ctrl2.sar1_en_pad_force = 1; // 1: SW control RTC ADC bit map; 0: ULP control… in adc_ll_set_controller()
603 …SENS.sar_meas1_ctrl2.meas1_start_force = 0; // 1: SW control RTC ADC start; 0: ULP control… in adc_ll_set_controller()
604 …SENS.sar_meas1_ctrl2.sar1_en_pad_force = 0; // 1: SW control RTC ADC bit map; 0: ULP control… in adc_ll_set_controller()
608 …SENS.sar_meas1_ctrl2.meas1_start_force = 1; // 1: SW control RTC ADC start; 0: ULP control… in adc_ll_set_controller()
609 …SENS.sar_meas1_ctrl2.sar1_en_pad_force = 1; // 1: SW control RTC ADC bit map; 0: ULP control… in adc_ll_set_controller()
863 SENS.sar_meas1_ctrl2.sar1_en_pad = (1 << channel); //only one channel is selected. in adc_oneshot_ll_set_channel()
880 SENS.sar_meas1_ctrl2.sar1_en_pad = 0; //only one channel is selected. in adc_oneshot_ll_disable_channel()
897 SENS.sar_meas1_ctrl2.meas1_start_sar = 0; in adc_oneshot_ll_start()
898 SENS.sar_meas1_ctrl2.meas1_start_sar = 1; in adc_oneshot_ll_start()
[all …]
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dadc_ll.h612 SENS.sar_meas1_ctrl2.sar1_en_pad = (1 << channel); //only one channel is selected. in adc_oneshot_ll_set_channel()
629 SENS.sar_meas1_ctrl2.sar1_en_pad = 0; //only one channel is selected. in adc_oneshot_ll_disable_channel()
646 SENS.sar_meas1_ctrl2.meas1_start_sar = 0; in adc_oneshot_ll_start()
647 SENS.sar_meas1_ctrl2.meas1_start_sar = 1; in adc_oneshot_ll_start()
677 ret = (bool)SENS.sar_meas1_ctrl2.meas1_done_sar; in adc_oneshot_ll_get_event()
697 ret_val = HAL_FORCE_READ_U32_REG_FIELD(SENS.sar_meas1_ctrl2, meas1_data_sar); in adc_oneshot_ll_get_raw_result()
913 …SENS.sar_meas1_ctrl2.meas1_start_force = 1; // 1: SW control RTC ADC start; 0: ULP control… in adc_ll_set_controller()
914 …SENS.sar_meas1_ctrl2.sar1_en_pad_force = 1; // 1: SW control RTC ADC bit map; 0: ULP control… in adc_ll_set_controller()
918 …SENS.sar_meas1_ctrl2.meas1_start_force = 0; // 1: SW control RTC ADC start; 0: ULP control… in adc_ll_set_controller()
919 …SENS.sar_meas1_ctrl2.sar1_en_pad_force = 0; // 1: SW control RTC ADC bit map; 0: ULP control… in adc_ll_set_controller()
[all …]
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dsens_struct.h51 } sar_meas1_ctrl2; member
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dsens_struct.h51 } sar_meas1_ctrl2; member