Home
last modified time | relevance | path

Searched refs:thres1_low (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/soc/esp32c3/include/soc/
Dapb_saradc_struct.h136 uint32_t thres1_low: 13; /*saradc1's thres0 monitor thres*/ member
154 uint32_t thres1_low: 1; member
166 uint32_t thres1_low: 1; member
178 uint32_t thres1_low: 1; member
190 uint32_t thres1_low: 1; member
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dapb_saradc_struct.h128 uint32_t thres1_low : 13; /*saradc1's thres0 monitor thres*/ member
150 uint32_t thres1_low : 1; member
162 uint32_t thres1_low : 1; member
174 uint32_t thres1_low : 1; member
186 uint32_t thres1_low : 1; member
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Dadc_ll.h417 APB_SARADC.thres1_ctrl.thres1_low = cfg->l_threshold; in adc_ll_digi_monitor_set_mode()