/FreeRTOS-Kernel/portable/Common/ |
A D | mpu_wrappers.c | 86 return xReturn; in MPU_xTaskCreate() 121 return xReturn; in MPU_xTaskCreateStatic() 432 return xReturn; in MPU_xTaskResumeAll() 456 return xReturn; in MPU_xTaskGetTickCount() 783 return xReturn; in MPU_xTaskCatchUpTicks() 931 return xReturn; in MPU_xTaskCheckForTimeOut() 1157 return xReturn; in MPU_xQueueGenericReset() 1184 return xReturn; in MPU_xQueueGenericSend() 1258 return xReturn; in MPU_xQueueReceive() 1284 return xReturn; in MPU_xQueuePeek() [all …]
|
A D | mpu_wrappers_v2.c | 755 return xReturn; in MPU_xTaskGetTickCountImpl() 1264 return xReturn; in MPU_xTaskCheckForTimeOutImpl() 2225 return xReturn; in MPU_xQueueGenericSendImpl() 2337 return xReturn; in MPU_xQueueReceiveImpl() 2389 return xReturn; in MPU_xQueuePeekImpl() 2431 return xReturn; in MPU_xQueueSemaphoreTakeImpl() 2984 return xReturn; in MPU_xQueueGenericReset() 3132 return xReturn; in MPU_xQueueGenericSendFromISR() 3156 return xReturn; in MPU_xQueueGiveFromISR() 3180 return xReturn; in MPU_xQueuePeekFromISR() [all …]
|
/FreeRTOS-Kernel/ |
A D | stream_buffer.c | 651 return xReturn; in xStreamBufferReset() 716 return xReturn; in xStreamBufferResetFromISR() 750 return xReturn; in xStreamBufferSetTriggerLevel() 794 size_t xReturn; in xStreamBufferBytesAvailable() local 804 return xReturn; in xStreamBufferBytesAvailable() 939 return xReturn; in xStreamBufferSend() 996 return xReturn; in xStreamBufferSendFromISR() 1209 return xReturn; in xStreamBufferNextMessageLengthBytes() 1355 return xReturn; in xStreamBufferIsEmpty() 1394 return xReturn; in xStreamBufferIsFull() [all …]
|
A D | timers.c | 330 return xReturn; in xTimerCreateTimerTask() 493 return xReturn; in xTimerGenericCommandFromTask() 535 return xReturn; in xTimerGenericCommandFromISR() 595 BaseType_t xReturn; in xTimerGetReloadMode() local 617 return xReturn; in xTimerGetReloadMode() 637 TickType_t xReturn; in xTimerGetExpiryTime() local 646 return xReturn; in xTimerGetExpiryTime() 676 return xReturn; in xTimerGetStaticBuffer() 1167 BaseType_t xReturn; in xTimerIsTimerActive() local 1190 return xReturn; in xTimerIsTimerActive() [all …]
|
A D | queue.c | 370 return xReturn; in xQueueGenericReset() 494 return xReturn; in xQueueGenericGetStaticBuffers() 1334 return xReturn; in xQueueGenericSendFromISR() 1505 return xReturn; in xQueueGiveFromISR() 2135 return xReturn; in xQueueReceiveFromISR() 2196 return xReturn; in xQueuePeekFromISR() 2472 return xReturn; in prvCopyDataToQueue() 2634 return xReturn; in prvIsQueueEmpty() 2658 return xReturn; in xQueueIsQueueEmptyFromISR() 2679 return xReturn; in prvIsQueueFull() [all …]
|
A D | event_groups.c | 509 BaseType_t xReturn; in xEventGroupClearBitsFromISR() local 518 return xReturn; in xEventGroupClearBitsFromISR() 704 BaseType_t xReturn; in xEventGroupGetStaticBuffer() local 721 xReturn = pdTRUE; in xEventGroupGetStaticBuffer() 735 xReturn = pdTRUE; in xEventGroupGetStaticBuffer() 741 return xReturn; in xEventGroupGetStaticBuffer() 821 BaseType_t xReturn; in xEventGroupSetBitsFromISR() local 830 return xReturn; in xEventGroupSetBitsFromISR() 840 UBaseType_t xReturn; in uxEventGroupGetNumber() local 851 xReturn = 0; in uxEventGroupGetNumber() [all …]
|
A D | tasks.c | 1364 return xReturn; in xTaskCreateStatic() 1482 return xReturn; in xTaskCreateRestrictedStatic() 1601 return xReturn; in xTaskCreateRestricted() 1773 return xReturn; in xTaskCreate() 3374 return xReturn; in prvTaskIsTaskSuspended() 3684 return xReturn; in prvCreateIdleTasks() 3691 BaseType_t xReturn; in vTaskStartScheduler() local 4005 return xReturn; in prvGetExpectedIdleTime() 4210 return xReturn; in xTaskGetTickCountFromISR() 5483 return xReturn; in xTaskRemoveFromEventList() [all …]
|
A D | croutine.c | 109 BaseType_t xReturn; in xCoRoutineCreate() local 159 xReturn = pdPASS; in xCoRoutineCreate() 163 xReturn = errCOULD_NOT_ALLOCATE_REQUIRED_MEMORY; in xCoRoutineCreate() 166 traceRETURN_xCoRoutineCreate( xReturn ); in xCoRoutineCreate() 168 return xReturn; in xCoRoutineCreate() 359 BaseType_t xReturn; in xCoRoutineRemoveFromEventList() local 372 xReturn = pdTRUE; in xCoRoutineRemoveFromEventList() 376 xReturn = pdFALSE; in xCoRoutineRemoveFromEventList() 379 traceRETURN_xCoRoutineRemoveFromEventList( xReturn ); in xCoRoutineRemoveFromEventList() 381 return xReturn; in xCoRoutineRemoveFromEventList()
|
/FreeRTOS-Kernel/portable/GCC/IA32_flat/ |
A D | port.c | 607 return xReturn; in xPortRegisterCInterruptHandler() 616 BaseType_t xReturn; in xPortInstallInterruptHandler() local 630 return xReturn; in xPortInstallInterruptHandler() 636 BaseType_t xReturn; in prvCheckValidityOfVectorNumber() local 642 xReturn = pdFAIL; in prvCheckValidityOfVectorNumber() 647 xReturn = pdFAIL; in prvCheckValidityOfVectorNumber() 652 xReturn = pdFAIL; in prvCheckValidityOfVectorNumber() 657 xReturn = pdFAIL; in prvCheckValidityOfVectorNumber() 662 xReturn = pdFAIL; in prvCheckValidityOfVectorNumber() 667 xReturn = pdFAIL; in prvCheckValidityOfVectorNumber() [all …]
|
/FreeRTOS-Kernel/include/ |
A D | FreeRTOS.h | 1278 #define traceRETURN_xQueueGenericSend( xReturn ) argument 1294 #define traceRETURN_xQueueGiveFromISR( xReturn ) argument 1302 #define traceRETURN_xQueueReceive( xReturn ) argument 1318 #define traceRETURN_xQueuePeek( xReturn ) argument 1334 #define traceRETURN_xQueuePeekFromISR( xReturn ) argument 1430 #define traceRETURN_xQueueCRSend( xReturn ) argument 1438 #define traceRETURN_xQueueCRReceive( xReturn ) argument 1510 #define traceRETURN_xQueueAddToSet( xReturn ) argument 1750 #define traceRETURN_xTaskCreate( xReturn ) argument 2018 #define traceRETURN_xTaskAbortDelay( xReturn ) argument [all …]
|
/FreeRTOS-Kernel/portable/IAR/ARM_CM0/ |
A D | portmacro.h | 147 BaseType_t xReturn; in xPortIsInsideInterrupt() local 154 xReturn = pdFALSE; in xPortIsInsideInterrupt() 158 xReturn = pdTRUE; in xPortIsInsideInterrupt() 161 return xReturn; in xPortIsInsideInterrupt()
|
/FreeRTOS-Kernel/portable/RVDS/ARM_CM0/ |
A D | portmacro.h | 144 BaseType_t xReturn; in xPortIsInsideInterrupt() local 156 xReturn = pdFALSE; in xPortIsInsideInterrupt() 160 xReturn = pdTRUE; in xPortIsInsideInterrupt() 163 return xReturn; in xPortIsInsideInterrupt()
|
/FreeRTOS-Kernel/portable/Renesas/SH2A_FPU/ |
A D | port.c | 234 BaseType_t xReturn; in xPortUsesFloatingPoint() local 263 xReturn = pdPASS; in xPortUsesFloatingPoint() 267 xReturn = pdFAIL; in xPortUsesFloatingPoint() 270 return xReturn; in xPortUsesFloatingPoint()
|
/FreeRTOS-Kernel/portable/IAR/ARM_CM7/r0p1/ |
A D | portmacro.h | 197 BaseType_t xReturn; in xPortIsInsideInterrupt() local 204 xReturn = pdFALSE; in xPortIsInsideInterrupt() 208 xReturn = pdTRUE; in xPortIsInsideInterrupt() 211 return xReturn; in xPortIsInsideInterrupt()
|
/FreeRTOS-Kernel/portable/IAR/ARM_CM3/ |
A D | portmacro.h | 195 BaseType_t xReturn; in xPortIsInsideInterrupt() local 202 xReturn = pdFALSE; in xPortIsInsideInterrupt() 206 xReturn = pdTRUE; in xPortIsInsideInterrupt() 209 return xReturn; in xPortIsInsideInterrupt()
|
/FreeRTOS-Kernel/portable/IAR/ARM_CM4F/ |
A D | portmacro.h | 194 BaseType_t xReturn; in xPortIsInsideInterrupt() local 201 xReturn = pdFALSE; in xPortIsInsideInterrupt() 205 xReturn = pdTRUE; in xPortIsInsideInterrupt() 208 return xReturn; in xPortIsInsideInterrupt()
|
/FreeRTOS-Kernel/portable/RVDS/ARM_CM3/ |
A D | portmacro.h | 251 BaseType_t xReturn; in xPortIsInsideInterrupt() local 263 xReturn = pdFALSE; in xPortIsInsideInterrupt() 267 xReturn = pdTRUE; in xPortIsInsideInterrupt() 270 return xReturn; in xPortIsInsideInterrupt()
|
/FreeRTOS-Kernel/portable/RVDS/ARM_CM4F/ |
A D | portmacro.h | 251 BaseType_t xReturn; in xPortIsInsideInterrupt() local 263 xReturn = pdFALSE; in xPortIsInsideInterrupt() 267 xReturn = pdTRUE; in xPortIsInsideInterrupt() 270 return xReturn; in xPortIsInsideInterrupt()
|
/FreeRTOS-Kernel/portable/GCC/ARM_CM3/ |
A D | portmacro.h | 193 BaseType_t xReturn; in xPortIsInsideInterrupt() local 200 xReturn = pdFALSE; in xPortIsInsideInterrupt() 204 xReturn = pdTRUE; in xPortIsInsideInterrupt() 207 return xReturn; in xPortIsInsideInterrupt()
|
/FreeRTOS-Kernel/portable/GCC/ARM_CM4F/ |
A D | portmacro.h | 194 BaseType_t xReturn; in xPortIsInsideInterrupt() local 201 xReturn = pdFALSE; in xPortIsInsideInterrupt() 205 xReturn = pdTRUE; in xPortIsInsideInterrupt() 208 return xReturn; in xPortIsInsideInterrupt()
|
/FreeRTOS-Kernel/portable/GCC/ARM_CM7/r0p1/ |
A D | portmacro.h | 191 BaseType_t xReturn; in xPortIsInsideInterrupt() local 198 xReturn = pdFALSE; in xPortIsInsideInterrupt() 202 xReturn = pdTRUE; in xPortIsInsideInterrupt() 205 return xReturn; in xPortIsInsideInterrupt()
|
/FreeRTOS-Kernel/portable/RVDS/ARM_CM7/r0p1/ |
A D | portmacro.h | 255 BaseType_t xReturn; in xPortIsInsideInterrupt() local 267 xReturn = pdFALSE; in xPortIsInsideInterrupt() 271 xReturn = pdTRUE; in xPortIsInsideInterrupt() 274 return xReturn; in xPortIsInsideInterrupt()
|
/FreeRTOS-Kernel/portable/IAR/ARM_CM4F_MPU/ |
A D | portmacro.h | 376 BaseType_t xReturn; in xPortIsInsideInterrupt() local 383 xReturn = pdFALSE; in xPortIsInsideInterrupt() 387 xReturn = pdTRUE; in xPortIsInsideInterrupt() 390 return xReturn; in xPortIsInsideInterrupt()
|
/FreeRTOS-Kernel/portable/GCC/PPC405_Xilinx/ |
A D | port.c | 255 BaseType_t xReturn = pdFAIL; in xPortInstallInterruptHandler() local 263 xReturn = pdPASS; in xPortInstallInterruptHandler() 266 return xReturn; in xPortInstallInterruptHandler()
|
/FreeRTOS-Kernel/portable/GCC/PPC440_Xilinx/ |
A D | port.c | 255 BaseType_t xReturn = pdFAIL; in xPortInstallInterruptHandler() local 263 xReturn = pdPASS; in xPortInstallInterruptHandler() 266 return xReturn; in xPortInstallInterruptHandler()
|