Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_hw_support/include/esp_private/
Dregdma_link.h17 #define FILL_PLINK_HEAD(_pl, _len, _mode, _branch, _sr, _sb, _eof) { \ argument
18 _pl->head.length = _len; \
19 _pl->head.mode = _mode; \
20 _pl->head.branch = _branch; \
21 _pl->head.skip_r = _sr; \
22 _pl->head.skip_b = _sb; \
23 _pl->head.eof = _eof; \
26 #define FILL_PLINK_STAT(_pl, _ref, _id, _module) { \ argument
27 _pl->stat.ref = _ref; \
28 _pl->stat.id = _id; \
[all …]