Home
last modified time | relevance | path

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

/hal_espressif-latest/components/soc/esp32c3/include/soc/
Dapb_saradc_struct.h126 uint32_t thres0_low: 13; /*saradc1's thres0 monitor thres*/ member
155 uint32_t thres0_low: 1; member
167 uint32_t thres0_low: 1; member
179 uint32_t thres0_low: 1; member
191 uint32_t thres0_low: 1; member
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dapb_saradc_struct.h119 uint32_t thres0_low : 13; /*saradc1's thres0 monitor thres*/ member
151 uint32_t thres0_low : 1; member
163 uint32_t thres0_low : 1; member
175 uint32_t thres0_low : 1; member
187 uint32_t thres0_low : 1; member
/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()