Home
last modified time | relevance | path

Searched defs:xReturn (Results 1 – 10 of 10) sorted by relevance

/hal_espressif-3.5.0/components/freertos/
Dqueue.c658 BaseType_t xReturn; in xQueueGiveMutexRecursive() local
714 BaseType_t xReturn; in xQueueTakeMutexRecursive() local
1051 BaseType_t xReturn; in xQueueGenericSendFromISR() local
1207 BaseType_t xReturn; in xQueueGiveFromISR() local
1941 BaseType_t xReturn; in xQueueReceiveFromISR() local
2036 BaseType_t xReturn; in xQueuePeekFromISR() local
2240 BaseType_t xReturn = pdFALSE; in prvCopyDataToQueue() local
2462 BaseType_t xReturn; in prvIsQueueEmpty() local
2482 BaseType_t xReturn; in xQueueIsQueueEmptyFromISR() local
2502 BaseType_t xReturn; in prvIsQueueFull() local
[all …]
Dstream_buffer.c359 StreamBufferHandle_t xReturn; in xStreamBufferGenericCreateStatic() local
464 BaseType_t xReturn = pdFAIL; in xStreamBufferReset() local
526 BaseType_t xReturn; in xStreamBufferSetTriggerLevel() local
579 size_t xReturn; in xStreamBufferBytesAvailable() local
594 size_t xReturn, xSpace = 0; in xStreamBufferSend() local
725 size_t xReturn, xSpace; in xStreamBufferSendFromISR() local
777 size_t xReturn; in prvWriteMessageToBuffer() local
929 size_t xReturn, xBytesAvailable, xOriginalTail; in xStreamBufferNextMessageLengthBytes() local
1083 BaseType_t xReturn; in xStreamBufferIsEmpty() local
1106 BaseType_t xReturn; in xStreamBufferIsFull() local
[all …]
Dtasks.c674 TaskHandle_t xReturn; in xTaskCreateStaticPinnedToCore() local
727 BaseType_t xReturn = errCOULD_NOT_ALLOCATE_REQUIRED_MEMORY; in xTaskCreateRestrictedStatic() local
775 BaseType_t xReturn = errCOULD_NOT_ALLOCATE_REQUIRED_MEMORY; in xTaskCreateRestricted() local
831 BaseType_t xReturn; in xTaskCreatePinnedToCore() local
2086 BaseType_t xReturn = pdFALSE; in prvTaskIsTaskSuspended() local
2264 BaseType_t xReturn; in vTaskStartScheduler() local
2465 TickType_t xReturn; in prvGetExpectedIdleTime() local
2647 TickType_t xReturn; in xTaskGetTickCountFromISR() local
2996 BaseType_t xReturn; in xTaskAbortDelay() local
3287 TaskHookFunction_t xReturn; in xTaskGetApplicationTaskTag() local
[all …]
Dtimers.c240 BaseType_t xReturn = pdFAIL; in xTimerCreateTimerTask() local
401 BaseType_t xReturn = pdFAIL; in xTimerGenericCommand() local
509 TickType_t xReturn; in xTimerGetExpiryTime() local
1042 BaseType_t xReturn; in xTimerIsTimerActive() local
1105 BaseType_t xReturn; in xTimerPendFunctionCallFromISR() local
1132 BaseType_t xReturn; in xTimerPendFunctionCall() local
Dcroutine.c105 BaseType_t xReturn; in xCoRoutineCreate() local
340 BaseType_t xReturn; in xCoRoutineRemoveFromEventList() local
Devent_groups.c557 BaseType_t xReturn; in xEventGroupClearBitsFromISR() local
791 BaseType_t xReturn; in xEventGroupSetBitsFromISR() local
806 UBaseType_t xReturn; in uxEventGroupGetNumber() local
/hal_espressif-3.5.0/components/esp_ringbuf/
Dringbuf.c281 size_t xReturn; in prvGetFreeSize() local
770 BaseType_t xReturn = pdFALSE; in prvReceiveGeneric() local
834 BaseType_t xReturn = pdFALSE; in prvReceiveGenericFromISR() local
963 BaseType_t xReturn = pdFALSE; in xRingbufferSendAcquire() local
1037 BaseType_t xReturn = pdFALSE; in xRingbufferSend() local
1098 BaseType_t xReturn; in xRingbufferSendFromISR() local
1354 BaseType_t xReturn; in xRingbufferAddToQueueSetRead() local
1380 BaseType_t xReturn; in xRingbufferRemoveFromQueueSetRead() local
/hal_espressif-3.5.0/components/bt/common/osi/
Dmutex.c31 int xReturn = -1; in osi_mutex_new() local
/hal_espressif-3.5.0/components/lwip/port/esp32/freertos/
Dsys_arch.c267 err_t xReturn; in sys_mbox_trypost() local
/hal_espressif-3.5.0/components/freertos/include/freertos/
DFreeRTOS.h612 #define traceTIMER_COMMAND_SEND( xTimer, xMessageID, xMessageValueValue, xReturn ) argument
720 #define traceSTREAM_BUFFER_CREATE_STATIC_FAILED( xReturn, xIsMessageBuffer ) argument