Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/driver/
Dgdma.c49 typedef struct gdma_pair_t gdma_pair_t; typedef
76 gdma_pair_t *pairs[SOC_GDMA_PAIRS_PER_GROUP]; // handles of GDMA pairs
80 struct gdma_pair_t { struct
90 gdma_pair_t *pair; // which pair the channel belongs to argument
113 static gdma_pair_t *gdma_acquire_pair_handle(gdma_group_t *group, int pair_id);
114 static void gdma_release_pair_handle(gdma_pair_t *pair);
116 static void gdma_uninstall_pair(gdma_pair_t *pair);
134 gdma_pair_t *pair = NULL; in gdma_new_channel()
234 gdma_pair_t *pair = NULL; in gdma_get_channel_id()
245 gdma_pair_t *pair = NULL; in gdma_connect()
[all …]