Home
last modified time | relevance | path

Searched refs:l_threshold (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/hal/include/hal/
Dadc_types_private.h95 uint32_t l_threshold; /*!<Set monitor threshold of adc digital controller. */ member
/hal_espressif-latest/components/hal/esp32c2/include/hal/
Dadc_ll.h263 APB_SARADC.saradc_thres0_ctrl.saradc_thres0_low = cfg->l_threshold; in adc_ll_digi_monitor_set_mode()
267 APB_SARADC.saradc_thres1_ctrl.saradc_thres1_low = cfg->l_threshold; in adc_ll_digi_monitor_set_mode()
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dadc_ll.h422 APB_SARADC.saradc_thres0_ctrl.saradc_apb_saradc_thres0_low = cfg->l_threshold; in adc_ll_digi_monitor_set_mode()
426 APB_SARADC.saradc_thres1_ctrl.saradc_apb_saradc_thres1_low = cfg->l_threshold; in adc_ll_digi_monitor_set_mode()
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dadc_ll.h422 APB_SARADC.saradc_thres0_ctrl.saradc_apb_saradc_thres0_low = cfg->l_threshold; in adc_ll_digi_monitor_set_mode()
426 APB_SARADC.saradc_thres1_ctrl.saradc_apb_saradc_thres1_low = cfg->l_threshold; in adc_ll_digi_monitor_set_mode()
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Dadc_ll.h413 APB_SARADC.thres0_ctrl.thres0_low = cfg->l_threshold; in adc_ll_digi_monitor_set_mode()
417 APB_SARADC.thres1_ctrl.thres1_low = cfg->l_threshold; in adc_ll_digi_monitor_set_mode()