Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/soc/esp32s2/include/soc/
Dapb_saradc_reg.h476 #define APB_SARADC_ADC2_DONE_INT_ST_M (BIT(30)) macro
/hal_espressif-3.4.0/components/soc/esp32c3/include/soc/
Dapb_saradc_reg.h439 #define APB_SARADC_ADC2_DONE_INT_ST_M (BIT(30)) macro
/hal_espressif-3.4.0/components/soc/esp32s3/include/soc/
Dapb_saradc_reg.h505 #define APB_SARADC_ADC2_DONE_INT_ST_M (BIT(30)) macro
/hal_espressif-3.4.0/components/soc/esp32h2/include/soc/
Dapb_saradc_reg.h458 #define APB_SARADC_ADC2_DONE_INT_ST_M (BIT(30)) macro
/hal_espressif-3.4.0/components/driver/
Dadc_deprecated.c377 if (int_st & APB_SARADC_ADC2_DONE_INT_ST_M) { in adc_ll_digi_get_intr_status()