Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/driver/test/
Dtest_gdma.c15 gdma_channel_handle_t tx_channels[SOC_GDMA_PAIRS_PER_GROUP] = {};
16 gdma_channel_handle_t rx_channels[SOC_GDMA_PAIRS_PER_GROUP] = {};
22 for (int i = 0; i < SOC_GDMA_PAIRS_PER_GROUP; i++) {
30 for (int i = 0; i < SOC_GDMA_PAIRS_PER_GROUP; i++) {
37 for (int i = 0; i < SOC_GDMA_PAIRS_PER_GROUP; i++) {
44 for (int i = 0; i < SOC_GDMA_PAIRS_PER_GROUP; i++) {
50 #if SOC_GDMA_PAIRS_PER_GROUP >= 2
/hal_espressif-3.6.0/components/soc/include/soc/
Dgdma_periph.h30 } pairs[SOC_GDMA_PAIRS_PER_GROUP];
/hal_espressif-3.6.0/components/soc/esp32c3/include/soc/
Dsoc_caps.h96 #define SOC_GDMA_PAIRS_PER_GROUP (3) // Number of GDMA pairs in each group macro
/hal_espressif-3.6.0/components/soc/esp32h2/include/soc/
Dsoc_caps.h84 #define SOC_GDMA_PAIRS_PER_GROUP (3) // Number of GDMA pairs in each group macro
/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/
Dsoc_caps.h94 #define SOC_GDMA_PAIRS_PER_GROUP (5) // Number of GDMA pairs in each group macro
/hal_espressif-3.6.0/components/driver/
Dgdma.c76 gdma_pair_t *pairs[SOC_GDMA_PAIRS_PER_GROUP]; // handles of GDMA pairs
77 …int pair_ref_counts[SOC_GDMA_PAIRS_PER_GROUP]; // reference count used to protect pair install/uni…
164 …for (int j = 0; j < SOC_GDMA_PAIRS_PER_GROUP && search_code && group; j++) { // loop to search pair in gdma_new_channel()