Searched refs:xTaskCreateStatic (Results 1 – 12 of 12) sorted by relevance
/hal_espressif-3.6.0/docs/zh_CN/api-guides/ |
D | external-ram.rst | 123 …。因此 :cpp:func:`xTaskCreate` 及类似函数将始终为堆栈和任务 TCB 分配片上储存器,而 :cpp:func:`xTaskCreateStatic` 类型的函数将检查传递的… 127 …IRAM_ALLOW_STACK_EXTERNAL_MEMORY` 选项将任务堆栈放入片外存储器。这时,必须使用 :cpp:func:`xTaskCreateStatic` 指定从片外存储器分配的…
|
/hal_espressif-3.6.0/components/freertos/include/freertos/ |
D | mpu_wrappers.h | 49 #define xTaskCreateStatic MPU_xTaskCreateStatic macro
|
D | task.h | 611 static inline IRAM_ATTR TaskHandle_t xTaskCreateStatic( in xTaskCreateStatic() function
|
/hal_espressif-3.6.0/docs/en/api-guides/inc/ |
D | external-ram-esp32-notes.rst | 1 …FIG_SPIRAM_ALLOW_STACK_EXTERNAL_MEMORY` will eliminate the check in xTaskCreateStatic, allowing a …
|
/hal_espressif-3.6.0/docs/en/api-guides/ |
D | external-ram.rst | 137 …al memory for stack and task TCBs, and functions such as :cpp:func:`xTaskCreateStatic` will check … 141 …o place task stacks into external memory. In these cases :cpp:func:`xTaskCreateStatic` must be use…
|
D | freertos-smp.rst | 81 - :cpp:func:`xTaskCreateStatic` creates a task. The task's memory is statically allocated (i.e., pr…
|
/hal_espressif-3.6.0/components/mbedtls/test/ |
D | test_mbedtls_sha.c | 529 …TEST_ASSERT_NOT_NULL(xTaskCreateStatic(tskRunSHA256Test, "tskRunSHA256Test_task", sizeof(rtc_stack…
|
D | test_aes.c | 1497 …TEST_ASSERT_NOT_NULL(xTaskCreateStatic(aes_ctr_stream_test_task, "aes_ctr_task", sizeof(rtc_stack)…
|
/hal_espressif-3.6.0/components/esp_system/test/ |
D | test_sleep.c | 354 TEST_ASSERT_NOT_NULL(xTaskCreateStatic( (void *)prepare_wake_stub, "sleep", STACK_SIZE, NULL, in prepare_wake_stub_from_rtc()
|
/hal_espressif-3.6.0/components/esp32/ |
D | Kconfig | 331 bool "Allow external memory as an argument to xTaskCreateStatic" 338 …xTaskCreateStatic will check if the memory passed to it is in internal memory. If you have a task … 340 …Bluetooth/WiFi), you can try enable this to cause xTaskCreateStatic to allow tasks stack in extern…
|
/hal_espressif-3.6.0/docs/en/api-reference/system/ |
D | mem_alloc.rst | 9 …s allocated from the heap when the task is created. (See :cpp:func:`xTaskCreateStatic` for the alt…
|
/hal_espressif-3.6.0/components/freertos/ |
D | History.txt | 402 xTaskCreateStatic(), being a newer function, used a uint32_t. 414 + The prototype of the new xTaskCreateStatic() API function was modified to 417 xTaskCreateStatic() is now uint32_t, which changes the prototype of the 419 https://www.FreeRTOS.org/xTaskCreateStatic.html
|