Searched refs:pvTaskCode (Results 1 – 2 of 2) sorted by relevance
/device/soc/esp/esp32/components/osal/include/esp_osal/ |
D | task.h | 123 TaskFunction_t pvTaskCode; member 286 BaseType_t xTaskCreatePinnedToCore( TaskFunction_t pvTaskCode, 383 TaskFunction_t pvTaskCode, in xTaskCreate() argument 390 …return xTaskCreatePinnedToCore( pvTaskCode, pcName, usStackDepth, pvParameters, uxPriority, pvCrea… in xTaskCreate() 442 TaskHandle_t xTaskCreateStaticPinnedToCore( TaskFunction_t pvTaskCode, 552 TaskFunction_t pvTaskCode, 560 …return xTaskCreateStaticPinnedToCore( pvTaskCode, pcName, ulStackDepth, pvParameters, uxPriority, …
|
/device/soc/esp/esp32/components/osal/ |
D | tasks.c | 52 BaseType_t xTaskCreatePinnedToCore( TaskFunction_t pvTaskCode, in xTaskCreatePinnedToCore() argument 63 attr.pfnTaskEntry = (TSK_ENTRY_FUNC)(int)pvTaskCode; in xTaskCreatePinnedToCore()
|