Home
last modified time | relevance | path

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

/hal_espressif-latest/components/soc/esp32c3/include/soc/
Dapb_saradc_struct.h125 uint32_t thres0_high: 13; /*saradc1's thres0 monitor thres*/ member
157 uint32_t thres0_high: 1; member
169 uint32_t thres0_high: 1; member
181 uint32_t thres0_high: 1; member
193 uint32_t thres0_high: 1; member
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dapb_saradc_struct.h118 uint32_t thres0_high : 13; /*saradc1's thres0 monitor thres*/ member
153 uint32_t thres0_high : 1; member
165 uint32_t thres0_high : 1; member
177 uint32_t thres0_high : 1; member
189 uint32_t thres0_high : 1; member
/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()