Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/components/freertos/include/freertos/
Dcroutine.h581 …Queue, pvItemToQueue, xCoRoutinePreviouslyWoken ) xQueueCRSendFromISR( ( pxQueue ), ( pvItemToQueu… argument
Dqueue.h1225 …ndFromISR( QueueHandle_t xQueue, const void *pvItemToQueue, BaseType_t xCoRoutinePreviouslyWoken );
/hal_espressif-2.7.6/docs/en/api-guides/
DSYSVIEW_FreeRTOS.txt72 173 xQueueCRSendFromISR xQueue=%I pvItemToQueue=%p xCoRoutinePreviouslyWoken=…
/hal_espressif-2.7.6/docs/zh_CN/api-guides/
DSYSVIEW_FreeRTOS.txt72 173 xQueueCRSendFromISR xQueue=%I pvItemToQueue=%p xCoRoutinePreviouslyWoken=…
/hal_espressif-2.7.6/tools/esp_app_trace/
DSYSVIEW_FreeRTOS.txt72 173 xQueueCRSendFromISR xQueue=%I pvItemToQueue=%p xCoRoutinePreviouslyWoken=…
/hal_espressif-2.7.6/examples/system/sysview_tracing_heap_log/
DSYSVIEW_FreeRTOS.txt72 173 xQueueCRSendFromISR xQueue=%I pvItemToQueue=%p xCoRoutinePreviouslyWoken=…
/hal_espressif-2.7.6/examples/system/sysview_tracing/
DSYSVIEW_FreeRTOS.txt72 173 xQueueCRSendFromISR xQueue=%I pvItemToQueue=%p xCoRoutinePreviouslyWoken=…
/hal_espressif-2.7.6/components/freertos/
Dqueue.c2550 …endFromISR( QueueHandle_t xQueue, const void *pvItemToQueue, BaseType_t xCoRoutinePreviouslyWoken ) in xQueueCRSendFromISR() argument
2562 if( xCoRoutinePreviouslyWoken == pdFALSE ) in xQueueCRSendFromISR()
2590 return xCoRoutinePreviouslyWoken; in xQueueCRSendFromISR()