Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_hw_support/include/esp_private/
Desp_regdma.h86 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
Dregdma_link.h20 _pl->head.branch = _branch; \
/hal_espressif-latest/tools/esptool_py/
DREADME.md5branch=master)](https://github.com/espressif/esptool/actions/workflows/test_esptool.yml) [![Build …
/hal_espressif-latest/components/esp_hw_support/port/
Dregdma_link.c280 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/
DREADME.md13 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/
Dbootloader.ld185 * in order to align a branch/jump destination on a particular bound.
/hal_espressif-latest/components/bootloader/subproject/main/ld/esp32/
Dbootloader.ld196 * in order to align a branch/jump destination on a particular bound.
/hal_espressif-latest/components/bootloader/subproject/main/ld/esp32s3/
Dbootloader.ld219 * in order to align a branch/jump destination on a particular bound.
/hal_espressif-latest/components/esp_system/ld/esp32/
Dsections.ld.in454 * in order to align a branch/jump destination on a particular bound.
/hal_espressif-latest/components/esp_system/ld/esp32s2/
Dsections.ld.in443 * in order to align a branch/jump destination on a particular bound.
/hal_espressif-latest/components/esp_system/ld/esp32s3/
Dsections.ld.in482 * in order to align a branch/jump destination on a particular bound.