Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_hw_support/dma/
Dgdma_priv.h48 gdma_pair_t *pairs[SOC_GDMA_PAIRS_PER_GROUP]; // handles of GDMA pairs
49 …int pair_ref_counts[SOC_GDMA_PAIRS_PER_GROUP]; // reference count used to protect pair install/uni…
Dgdma.c103 for (int j = 0; j < SOC_GDMA_PAIRS_PER_GROUP && search_code; j++) { // loop to search pair in gdma_new_channel()
/hal_espressif-latest/components/soc/include/soc/
Dgdma_periph.h22 } pairs[SOC_GDMA_PAIRS_PER_GROUP];
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Dsoc_caps.h103 #define SOC_GDMA_PAIRS_PER_GROUP (1U) // Number of GDMA pairs in each group macro
DKconfig.soc_caps.in210 config SOC_GDMA_PAIRS_PER_GROUP config
/hal_espressif-latest/components/esp_hw_support/port/esp32c6/private_include/
Dsleep_gdma_retention_context.inc74 const gdma_chx_reg_ctx_link_t gdma_chx_regs_retention[SOC_GDMA_GROUPS][SOC_GDMA_PAIRS_PER_GROUP] = {
/hal_espressif-latest/components/esp_hw_support/port/esp32h2/private_include/
Dsleep_gdma_retention_context.inc74 const gdma_chx_reg_ctx_link_t gdma_chx_regs_retention[SOC_GDMA_GROUPS][SOC_GDMA_PAIRS_PER_GROUP] = {
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Dsoc_caps.h144 #define SOC_GDMA_PAIRS_PER_GROUP (3) // Number of GDMA pairs in each group macro
DKconfig.soc_caps.in306 config SOC_GDMA_PAIRS_PER_GROUP config
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dsoc_caps.h162 #define SOC_GDMA_PAIRS_PER_GROUP (3) // Number of GDMA pairs in each group macro
DKconfig.soc_caps.in370 config SOC_GDMA_PAIRS_PER_GROUP config
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dsoc_caps.h147 #define SOC_GDMA_PAIRS_PER_GROUP (5) // Number of GDMA pairs in each group macro
DKconfig.soc_caps.in362 config SOC_GDMA_PAIRS_PER_GROUP config
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dsoc_caps.h184 #define SOC_GDMA_PAIRS_PER_GROUP (3) // Number of GDMA pairs in each group macro
DKconfig.soc_caps.in390 config SOC_GDMA_PAIRS_PER_GROUP config
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dgdma_ll.h20 …ODULE_ID(group_id, pair_id) (SLEEP_RETENTION_MODULE_GDMA_CH0 + (SOC_GDMA_PAIRS_PER_GROUP * group_i…
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dgdma_ll.h20 …ODULE_ID(group_id, pair_id) (SLEEP_RETENTION_MODULE_GDMA_CH0 + (SOC_GDMA_PAIRS_PER_GROUP * group_i…