Home
last modified time | relevance | path

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

/hal_espressif-3.5.0/components/driver/test/adc_dma_test/
Dtest_esp32s2.c102 #define SAR_DMA_DATA_SIZE(unit, sample_num) (SAR_EOF_NUMBER(unit, sample_num))
103 #define SAR_EOF_NUMBER(unit, sample_num) ((sample_num) * (unit)) macro
408 .dma_eof_num = SAR_EOF_NUMBER((adc > 2) ? 2 : 1, SAR_SIMPLE_NUM), in test_adc_dig_dma_single_unit()
517 .dma_eof_num = SAR_EOF_NUMBER((adc > 2) ? 2 : 1, SAR_SIMPLE_NUM), in test_adc_dig_scope_debug_unit()