/hal_espressif-latest/components/heap/ |
D | heap_private.h | 52 for (int prio = 0; prio < SOC_MEMORY_TYPE_NO_PRIOS; prio++) { in get_all_caps() local 53 all_caps |= heap->caps[prio]; in get_all_caps()
|
D | heap_caps.c | 149 for (int prio = 0; prio < SOC_MEMORY_TYPE_NO_PRIOS; prio++) { in heap_caps_malloc_base() local 156 if ((heap->caps[prio] & caps) != 0) { in heap_caps_malloc_base() 683 for (int prio = 0; prio < SOC_MEMORY_TYPE_NO_PRIOS; prio++) { in heap_caps_aligned_alloc() local 690 if ((heap->caps[prio] & caps) != 0) { in heap_caps_aligned_alloc()
|
/hal_espressif-latest/components/hal/esp32c2/include/hal/ |
D | gdma_ll.h | 244 static inline void gdma_ll_rx_set_priority(gdma_dev_t *dev, uint32_t channel, uint32_t prio) in gdma_ll_rx_set_priority() argument 246 dev->channel[channel].in.in_pri.rx_pri = prio; in gdma_ll_rx_set_priority() 457 static inline void gdma_ll_tx_set_priority(gdma_dev_t *dev, uint32_t channel, uint32_t prio) in gdma_ll_tx_set_priority() argument 459 dev->channel[channel].out.out_pri.tx_pri = prio; in gdma_ll_tx_set_priority()
|
/hal_espressif-latest/components/hal/esp32c3/include/hal/ |
D | gdma_ll.h | 244 static inline void gdma_ll_rx_set_priority(gdma_dev_t *dev, uint32_t channel, uint32_t prio) in gdma_ll_rx_set_priority() argument 246 dev->channel[channel].in.in_pri.rx_pri = prio; in gdma_ll_rx_set_priority() 457 static inline void gdma_ll_tx_set_priority(gdma_dev_t *dev, uint32_t channel, uint32_t prio) in gdma_ll_tx_set_priority() argument 459 dev->channel[channel].out.out_pri.tx_pri = prio; in gdma_ll_tx_set_priority()
|
/hal_espressif-latest/components/esp_rom/include/esp32/rom/ |
D | ets_sys.h | 103 void ets_task(ETSTask task, uint8_t prio, ETSEvent *queue, uint8_t qlen); 117 ETS_STATUS ets_post(uint8_t prio, ETSSignal sig, ETSParam par);
|
/hal_espressif-latest/components/esp_system/ |
D | system_init_fn.txt | 10 # prio: function_name in path/to/source_file on affinity_expression 12 # prio: priority value (higher value means function is executed later)
|
/hal_espressif-latest/components/hal/esp32s3/include/hal/ |
D | gdma_ll.h | 291 static inline void gdma_ll_rx_set_priority(gdma_dev_t *dev, uint32_t channel, uint32_t prio) in gdma_ll_rx_set_priority() argument 293 dev->channel[channel].in.pri.rx_pri = prio; in gdma_ll_rx_set_priority() 530 static inline void gdma_ll_tx_set_priority(gdma_dev_t *dev, uint32_t channel, uint32_t prio) in gdma_ll_tx_set_priority() argument 532 dev->channel[channel].out.pri.tx_pri = prio; in gdma_ll_tx_set_priority()
|
/hal_espressif-latest/components/hal/esp32c6/include/hal/ |
D | gdma_ll.h | 291 static inline void gdma_ll_rx_set_priority(gdma_dev_t *dev, uint32_t channel, uint32_t prio) in gdma_ll_rx_set_priority() argument 293 dev->channel[channel].in.in_pri.rx_pri = prio; in gdma_ll_rx_set_priority() 514 static inline void gdma_ll_tx_set_priority(gdma_dev_t *dev, uint32_t channel, uint32_t prio) in gdma_ll_tx_set_priority() argument 516 dev->channel[channel].out.out_pri.tx_pri = prio; in gdma_ll_tx_set_priority()
|
/hal_espressif-latest/components/hal/esp32h2/include/hal/ |
D | gdma_ll.h | 291 static inline void gdma_ll_rx_set_priority(gdma_dev_t *dev, uint32_t channel, uint32_t prio) in gdma_ll_rx_set_priority() argument 293 dev->channel[channel].in.in_pri.rx_pri = prio; in gdma_ll_rx_set_priority() 514 static inline void gdma_ll_tx_set_priority(gdma_dev_t *dev, uint32_t channel, uint32_t prio) in gdma_ll_tx_set_priority() argument 516 dev->channel[channel].out.out_pri.tx_pri = prio; in gdma_ll_tx_set_priority()
|
/hal_espressif-latest/components/esp_wifi/esp32c6/ |
D | esp_adapter.c | 251 …*task_func, const char *name, uint32_t stack_depth, void *param, uint32_t prio, void *task_handle,… in task_create_pinned_to_core_wrapper() argument 253 …return (uint32_t)xTaskCreatePinnedToCore(task_func, name, stack_depth, param, prio, task_handle, (… in task_create_pinned_to_core_wrapper() 256 … *task_func, const char *name, uint32_t stack_depth, void *param, uint32_t prio, void *task_handle) in task_create_wrapper() argument 258 return (uint32_t)xTaskCreate(task_func, name, stack_depth, param, prio, task_handle); in task_create_wrapper()
|
/hal_espressif-latest/components/esp_wifi/esp32s2/ |
D | esp_adapter.c | 323 …*task_func, const char *name, uint32_t stack_depth, void *param, uint32_t prio, void *task_handle,… in task_create_pinned_to_core_wrapper() argument 325 …return (uint32_t)xTaskCreatePinnedToCore(task_func, name, stack_depth, param, prio, task_handle, (… in task_create_pinned_to_core_wrapper() 328 … *task_func, const char *name, uint32_t stack_depth, void *param, uint32_t prio, void *task_handle) in task_create_wrapper() argument 330 return (uint32_t)xTaskCreate(task_func, name, stack_depth, param, prio, task_handle); in task_create_wrapper()
|
/hal_espressif-latest/components/esp_wifi/esp32/ |
D | esp_adapter.c | 332 …*task_func, const char *name, uint32_t stack_depth, void *param, uint32_t prio, void *task_handle,… in task_create_pinned_to_core_wrapper() argument 334 …return (uint32_t)xTaskCreatePinnedToCore(task_func, name, stack_depth, param, prio, task_handle, (… in task_create_pinned_to_core_wrapper() 337 … *task_func, const char *name, uint32_t stack_depth, void *param, uint32_t prio, void *task_handle) in task_create_wrapper() argument 339 return (uint32_t)xTaskCreate(task_func, name, stack_depth, param, prio, task_handle); in task_create_wrapper()
|
/hal_espressif-latest/components/esp_wifi/esp32c2/ |
D | esp_adapter.c | 245 …*task_func, const char *name, uint32_t stack_depth, void *param, uint32_t prio, void *task_handle,… in task_create_pinned_to_core_wrapper() argument 247 …return (uint32_t)xTaskCreatePinnedToCore(task_func, name, stack_depth, param, prio, task_handle, (… in task_create_pinned_to_core_wrapper() 250 … *task_func, const char *name, uint32_t stack_depth, void *param, uint32_t prio, void *task_handle) in task_create_wrapper() argument 252 return (uint32_t)xTaskCreate(task_func, name, stack_depth, param, prio, task_handle); in task_create_wrapper()
|
/hal_espressif-latest/components/esp_wifi/esp32c3/ |
D | esp_adapter.c | 248 …*task_func, const char *name, uint32_t stack_depth, void *param, uint32_t prio, void *task_handle,… in task_create_pinned_to_core_wrapper() argument 250 …return (uint32_t)xTaskCreatePinnedToCore(task_func, name, stack_depth, param, prio, task_handle, (… in task_create_pinned_to_core_wrapper() 253 … *task_func, const char *name, uint32_t stack_depth, void *param, uint32_t prio, void *task_handle) in task_create_wrapper() argument 255 return (uint32_t)xTaskCreate(task_func, name, stack_depth, param, prio, task_handle); in task_create_wrapper()
|
/hal_espressif-latest/components/esp_wifi/esp32s3/ |
D | esp_adapter.c | 326 …*task_func, const char *name, uint32_t stack_depth, void *param, uint32_t prio, void *task_handle,… in task_create_pinned_to_core_wrapper() argument 328 …return (uint32_t)xTaskCreatePinnedToCore(task_func, name, stack_depth, param, prio, task_handle, (… in task_create_pinned_to_core_wrapper() 331 … *task_func, const char *name, uint32_t stack_depth, void *param, uint32_t prio, void *task_handle) in task_create_wrapper() argument 333 return (uint32_t)xTaskCreate(task_func, name, stack_depth, param, prio, task_handle); in task_create_wrapper()
|
/hal_espressif-latest/components/esp_wifi/include/esp_private/ |
D | wifi_os_adapter.h | 66 …*task_func, const char *name, uint32_t stack_depth, void *param, uint32_t prio, void *task_handle,… 67 …*task_func, const char *name, uint32_t stack_depth, void *param, uint32_t prio, void *task_handle);
|
/hal_espressif-latest/zephyr/esp32/src/wifi/ |
D | esp_wifi_adapter.c | 280 …*task_func, const char *name, uint32_t stack_depth, void *param, uint32_t prio, void *task_handle,… in task_create_pinned_to_core_wrapper() argument 287 prio, K_INHERIT_PERMS, K_NO_WAIT); in task_create_pinned_to_core_wrapper() 295 … *task_func, const char *name, uint32_t stack_depth, void *param, uint32_t prio, void *task_handle) in task_create_wrapper() argument 302 prio, K_INHERIT_PERMS, K_NO_WAIT); in task_create_wrapper()
|
/hal_espressif-latest/zephyr/esp32s2/src/wifi/ |
D | esp_wifi_adapter.c | 281 …*task_func, const char *name, uint32_t stack_depth, void *param, uint32_t prio, void *task_handle,… in task_create_pinned_to_core_wrapper() argument 288 prio, K_INHERIT_PERMS, K_NO_WAIT); in task_create_pinned_to_core_wrapper() 296 … *task_func, const char *name, uint32_t stack_depth, void *param, uint32_t prio, void *task_handle) in task_create_wrapper() argument 303 prio, K_INHERIT_PERMS, K_NO_WAIT); in task_create_wrapper()
|
/hal_espressif-latest/zephyr/esp32s3/src/wifi/ |
D | esp_wifi_adapter.c | 311 …*task_func, const char *name, uint32_t stack_depth, void *param, uint32_t prio, void *task_handle,… in task_create_pinned_to_core_wrapper() argument 315 prio, K_INHERIT_PERMS, K_NO_WAIT); in task_create_pinned_to_core_wrapper() 323 … *task_func, const char *name, uint32_t stack_depth, void *param, uint32_t prio, void *task_handle) in task_create_wrapper() argument 327 prio, K_INHERIT_PERMS, K_NO_WAIT); in task_create_wrapper()
|
/hal_espressif-latest/zephyr/esp32c2/src/wifi/ |
D | esp_wifi_adapter.c | 296 …*task_func, const char *name, uint32_t stack_depth, void *param, uint32_t prio, void *task_handle,… in task_create_pinned_to_core_wrapper() argument 303 prio, K_INHERIT_PERMS, K_NO_WAIT); in task_create_pinned_to_core_wrapper() 311 … *task_func, const char *name, uint32_t stack_depth, void *param, uint32_t prio, void *task_handle) in task_create_wrapper() argument 318 prio, K_INHERIT_PERMS, K_NO_WAIT); in task_create_wrapper()
|
/hal_espressif-latest/zephyr/esp32c3/src/wifi/ |
D | esp_wifi_adapter.c | 296 …*task_func, const char *name, uint32_t stack_depth, void *param, uint32_t prio, void *task_handle,… in task_create_pinned_to_core_wrapper() argument 303 prio, K_INHERIT_PERMS, K_NO_WAIT); in task_create_pinned_to_core_wrapper() 311 … *task_func, const char *name, uint32_t stack_depth, void *param, uint32_t prio, void *task_handle) in task_create_wrapper() argument 318 prio, K_INHERIT_PERMS, K_NO_WAIT); in task_create_wrapper()
|
/hal_espressif-latest/zephyr/esp32c6/src/wifi/ |
D | esp_wifi_adapter.c | 300 …*task_func, const char *name, uint32_t stack_depth, void *param, uint32_t prio, void *task_handle,… in task_create_pinned_to_core_wrapper() argument 307 prio, K_INHERIT_PERMS, K_NO_WAIT); in task_create_pinned_to_core_wrapper() 315 … *task_func, const char *name, uint32_t stack_depth, void *param, uint32_t prio, void *task_handle) in task_create_wrapper() argument 322 prio, K_INHERIT_PERMS, K_NO_WAIT); in task_create_wrapper()
|
/hal_espressif-latest/zephyr/esp32/src/bt/ |
D | esp_bt_adapter.c | 119 uint32_t prio, void *task_handle, uint32_t core_id); 238 …*task_func, const char *name, uint32_t stack_depth, void *param, uint32_t prio, void *task_handle,… 647 …*task_func, const char *name, uint32_t stack_depth, void *param, uint32_t prio, void *task_handle,… in task_create_wrapper() argument 651 K_PRIO_COOP(prio), K_INHERIT_PERMS, K_NO_WAIT); in task_create_wrapper()
|
/hal_espressif-latest/components/bt/controller/esp32c2/ |
D | bt.c | 101 …*task_func, const char *name, uint32_t stack_depth, void *param, uint32_t prio, void *task_handle,… 180 …*task_func, const char *name, uint32_t stack_depth, void *param, uint32_t prio, void *task_handle,… 522 …*task_func, const char *name, uint32_t stack_depth, void *param, uint32_t prio, void *task_handle,… in task_create_wrapper() argument 524 …return (uint32_t)xTaskCreatePinnedToCore(task_func, name, stack_depth, param, prio, task_handle, (… in task_create_wrapper()
|
/hal_espressif-latest/zephyr/esp32c3/src/bt/ |
D | esp_bt_adapter.c | 147 …*task_func, const char *name, uint32_t stack_depth, void *param, uint32_t prio, void *task_handle,… 261 …*task_func, const char *name, uint32_t stack_depth, void *param, uint32_t prio, void *task_handle,… 700 …*task_func, const char *name, uint32_t stack_depth, void *param, uint32_t prio, void *task_handle,… in task_create_wrapper() argument 704 K_PRIO_COOP(prio), K_INHERIT_PERMS, K_NO_WAIT); in task_create_wrapper()
|