Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/include/hal/
Dadc_types_private.h94 uint32_t h_threshold; /*!<Set monitor threshold of adc digital controller. */ member
/hal_espressif-latest/components/hal/esp32c2/include/hal/
Dadc_ll.h262 APB_SARADC.saradc_thres0_ctrl.saradc_thres0_high = cfg->h_threshold; in adc_ll_digi_monitor_set_mode()
266 APB_SARADC.saradc_thres1_ctrl.saradc_thres1_high = cfg->h_threshold; in adc_ll_digi_monitor_set_mode()
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dadc_ll.h421 APB_SARADC.saradc_thres0_ctrl.saradc_apb_saradc_thres0_high = cfg->h_threshold; in adc_ll_digi_monitor_set_mode()
425 APB_SARADC.saradc_thres1_ctrl.saradc_apb_saradc_thres1_low = cfg->h_threshold; in adc_ll_digi_monitor_set_mode()
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dadc_ll.h421 APB_SARADC.saradc_thres0_ctrl.saradc_apb_saradc_thres0_high = cfg->h_threshold; in adc_ll_digi_monitor_set_mode()
425 APB_SARADC.saradc_thres1_ctrl.saradc_apb_saradc_thres1_low = cfg->h_threshold; in adc_ll_digi_monitor_set_mode()
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Dadc_ll.h412 APB_SARADC.thres0_ctrl.thres0_high = cfg->h_threshold; in adc_ll_digi_monitor_set_mode()
416 APB_SARADC.thres1_ctrl.thres1_high = cfg->h_threshold; in adc_ll_digi_monitor_set_mode()