Home
last modified time | relevance | path

Searched refs:puxStackBuffer (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-3.6.0/components/freertos/include/freertos/
Dtask.h147 StackType_t * puxStackBuffer; member
617 StackType_t * const puxStackBuffer, in xTaskCreateStatic() argument
620 …dToCore( pvTaskCode, pcName, ulStackDepth, pvParameters, uxPriority, puxStackBuffer, pxTaskBuffer,… in xTaskCreateStatic()
Dmpu_prototypes.h51 StackType_t * const puxStackBuffer,
/hal_espressif-3.6.0/docs/zh_CN/api-guides/
DSYSVIEW_FreeRTOS.txt43 …ame=%u usStackDepth=%u pvParameters=%u uxPriority=%u pxCreatedTask=%u puxStackBuffer=%u xRegions=%u
/hal_espressif-3.6.0/docs/en/api-guides/
DSYSVIEW_FreeRTOS.txt43 …ame=%u usStackDepth=%u pvParameters=%u uxPriority=%u pxCreatedTask=%u puxStackBuffer=%u xRegions=%u
/hal_espressif-3.6.0/examples/system/sysview_tracing_heap_log/
DSYSVIEW_FreeRTOS.txt43 …ame=%u usStackDepth=%u pvParameters=%u uxPriority=%u pxCreatedTask=%u puxStackBuffer=%u xRegions=%u
/hal_espressif-3.6.0/tools/esp_app_trace/
DSYSVIEW_FreeRTOS.txt43 …ame=%u usStackDepth=%u pvParameters=%u uxPriority=%u pxCreatedTask=%u puxStackBuffer=%u xRegions=%u
/hal_espressif-3.6.0/examples/system/sysview_tracing/
DSYSVIEW_FreeRTOS.txt43 …ame=%u usStackDepth=%u pvParameters=%u uxPriority=%u pxCreatedTask=%u puxStackBuffer=%u xRegions=%u
/hal_espressif-3.6.0/components/freertos/
Dtasks.c729 configASSERT( pxTaskDefinition->puxStackBuffer != NULL ); in xTaskCreateRestrictedStatic()
732 … if( ( pxTaskDefinition->puxStackBuffer != NULL ) && ( pxTaskDefinition->pxTaskBuffer != NULL ) ) in xTaskCreateRestrictedStatic()
740 pxNewTCB->pxStack = pxTaskDefinition->puxStackBuffer; in xTaskCreateRestrictedStatic()
777 configASSERT( pxTaskDefinition->puxStackBuffer ); in xTaskCreateRestricted()
779 if( pxTaskDefinition->puxStackBuffer != NULL ) in xTaskCreateRestricted()
789 pxNewTCB->pxStack = pxTaskDefinition->puxStackBuffer; in xTaskCreateRestricted()