Searched refs:branch (Results 1 – 11 of 11) sorted by relevance
/hal_espressif-latest/components/esp_hw_support/include/esp_private/ |
D | esp_regdma.h | 86 branch : 1, /* branch link flag */ member 206 .branch = (_b), \ 531 void *regdma_link_init(const regdma_link_config_t *config, bool branch, uint32_t module, int nentry… 660 #define regdma_link_init_safe(pcfg, branch, module, ...) regdma_link_init((pcfg), (branch), (mod… argument
|
D | regdma_link.h | 20 _pl->head.branch = _branch; \
|
/hal_espressif-latest/tools/esptool_py/ |
D | README.md | 5 …branch=master)](https://github.com/espressif/esptool/actions/workflows/test_esptool.yml) [![Build …
|
/hal_espressif-latest/components/esp_hw_support/port/ |
D | regdma_link.c | 280 static void * regdma_link_init_wrapper(const regdma_link_config_t *config, bool branch, uint32_t mo… in regdma_link_init_wrapper() argument 299 init_fn_t pfn = branch ? initfn_b[config->head.mode] : initfn[config->head.mode]; in regdma_link_init_wrapper() 303 void * regdma_link_init(const regdma_link_config_t *config, bool branch, uint32_t module, int nentr… in regdma_link_init() argument 309 void * link = regdma_link_init_wrapper(config, branch, module, nentry, args); in regdma_link_init() 354 if (head.branch) { in regdma_link_get_next() 416 int it = (head.branch << 2) | head.mode; in regdma_link_get_instance() 434 int it = (head.branch << 2) | head.mode; in regdma_link_get_stats() 509 if (head.branch) { in regdma_find_link_by_id() 530 if (head.branch) { in regdma_link_set_write_wait_content() 597 if (head.branch) { in regdma_link_update_next() [all …]
|
/hal_espressif-latest/tools/esptool_py/docs/ |
D | README.md | 13 The above URL is for the master branch latest version. Click the drop-down in the bottom left to ch…
|
/hal_espressif-latest/components/bootloader/subproject/main/ld/esp32s2/ |
D | bootloader.ld | 185 * in order to align a branch/jump destination on a particular bound.
|
/hal_espressif-latest/components/bootloader/subproject/main/ld/esp32/ |
D | bootloader.ld | 196 * in order to align a branch/jump destination on a particular bound.
|
/hal_espressif-latest/components/bootloader/subproject/main/ld/esp32s3/ |
D | bootloader.ld | 219 * in order to align a branch/jump destination on a particular bound.
|
/hal_espressif-latest/components/esp_system/ld/esp32/ |
D | sections.ld.in | 454 * in order to align a branch/jump destination on a particular bound.
|
/hal_espressif-latest/components/esp_system/ld/esp32s2/ |
D | sections.ld.in | 443 * in order to align a branch/jump destination on a particular bound.
|
/hal_espressif-latest/components/esp_system/ld/esp32s3/ |
D | sections.ld.in | 482 * in order to align a branch/jump destination on a particular bound.
|