Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/docs/zh_CN/api-guides/
Dexternal-ram.rst123 …。因此 :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/
Dmpu_wrappers.h49 #define xTaskCreateStatic MPU_xTaskCreateStatic macro
Dtask.h611 static inline IRAM_ATTR TaskHandle_t xTaskCreateStatic( in xTaskCreateStatic() function
/hal_espressif-3.6.0/docs/en/api-guides/inc/
Dexternal-ram-esp32-notes.rst1 …FIG_SPIRAM_ALLOW_STACK_EXTERNAL_MEMORY` will eliminate the check in xTaskCreateStatic, allowing a …
/hal_espressif-3.6.0/docs/en/api-guides/
Dexternal-ram.rst137 …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…
Dfreertos-smp.rst81 - :cpp:func:`xTaskCreateStatic` creates a task. The task's memory is statically allocated (i.e., pr…
/hal_espressif-3.6.0/components/mbedtls/test/
Dtest_mbedtls_sha.c529 …TEST_ASSERT_NOT_NULL(xTaskCreateStatic(tskRunSHA256Test, "tskRunSHA256Test_task", sizeof(rtc_stack…
Dtest_aes.c1497 …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/
Dtest_sleep.c354 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/
DKconfig331 bool "Allow external memory as an argument to xTaskCreateStatic"
338xTaskCreateStatic 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/
Dmem_alloc.rst9 …s allocated from the heap when the task is created. (See :cpp:func:`xTaskCreateStatic` for the alt…
/hal_espressif-3.6.0/components/freertos/
DHistory.txt402 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