Home
last modified time | relevance | path

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

/hal_espressif-3.5.0/components/driver/test/
Dtest_pcnt.c52 int h_threshold; member
126 event->h_threshold++; in event_calculate()
150 printf("%d, %d, %d, %d, %d, %d\n", event->h_threshold, event->l_threshold, in event_calculate()
493 .h_threshold = 0,
522 TEST_ASSERT_INT_WITHIN(2, event.h_threshold, 2);
534 TEST_ASSERT_INT_WITHIN(2, event.h_threshold, 2);
547 TEST_ASSERT_INT_WITHIN(2, event.h_threshold, 4);
559 TEST_ASSERT_INT_WITHIN(2, event.h_threshold, 5);
593 .h_threshold = 0,
622 TEST_ASSERT_INT_WITHIN(2, event.h_threshold, 1);
[all …]
/hal_espressif-3.5.0/components/hal/esp32h2/include/hal/
Dadc_ll.h394 APB_SARADC.thres0_ctrl.thres0_high = cfg->h_threshold; in adc_ll_digi_monitor_set_mode()
398 APB_SARADC.thres1_ctrl.thres1_high = cfg->h_threshold; in adc_ll_digi_monitor_set_mode()
/hal_espressif-3.5.0/components/hal/include/hal/
Dadc_types.h313 uint32_t h_threshold; /*!<Set monitor threshold of adc digital controller. */ member
/hal_espressif-3.5.0/components/hal/esp32c3/include/hal/
Dadc_ll.h394 APB_SARADC.thres0_ctrl.thres0_high = cfg->h_threshold; in adc_ll_digi_monitor_set_mode()
398 APB_SARADC.thres1_ctrl.thres1_high = cfg->h_threshold; in adc_ll_digi_monitor_set_mode()