Home
last modified time | relevance | path

Searched refs:pxTaskBuffer (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.6.0/components/freertos/include/freertos/
Dtask.h150 StaticTask_t * const pxTaskBuffer; member
508 StaticTask_t * const pxTaskBuffer,
618 StaticTask_t * const pxTaskBuffer) PRIVILEGED_FUNCTION in xTaskCreateStatic() argument
620 …Code, pcName, ulStackDepth, pvParameters, uxPriority, puxStackBuffer, pxTaskBuffer, tskNO_AFFINITY… in xTaskCreateStatic()
Dmpu_prototypes.h52 StaticTask_t * const pxTaskBuffer ) FREERTOS_SYSTEM_CALL;
/hal_espressif-3.6.0/components/freertos/
Dtasks.c670 StaticTask_t * const pxTaskBuffer, in xTaskCreateStaticPinnedToCore() argument
676 configASSERT( portVALID_TCB_MEM(pxTaskBuffer) ); in xTaskCreateStaticPinnedToCore()
692 if( ( pxTaskBuffer != NULL ) && ( pxStackBuffer != NULL ) ) in xTaskCreateStaticPinnedToCore()
696 …pxNewTCB = ( TCB_t * ) pxTaskBuffer; /*lint !e740 !e9087 Unusual cast is ok as the structures are … in xTaskCreateStaticPinnedToCore()
730 configASSERT( pxTaskDefinition->pxTaskBuffer != NULL ); in xTaskCreateRestrictedStatic()
732 … if( ( pxTaskDefinition->puxStackBuffer != NULL ) && ( pxTaskDefinition->pxTaskBuffer != NULL ) ) in xTaskCreateRestrictedStatic()
737 pxNewTCB = ( TCB_t * ) pxTaskDefinition->pxTaskBuffer; in xTaskCreateRestrictedStatic()