Lines Matching refs:NULL
200 … MPU_StoreHandleAndDataAtIndex( lIndex, ( OpaqueObjectHandle_t ) xHandle, NULL, KERNEL_OBJECT_TYPE…
204 … MPU_StoreHandleAndDataAtIndex( lIndex, ( OpaqueObjectHandle_t ) xHandle, NULL, KERNEL_OBJECT_TYPE…
206 … MPU_StoreHandleAndDataAtIndex( lIndex, ( OpaqueObjectHandle_t ) xHandle, NULL, KERNEL_OBJECT_TYPE…
214 … MPU_StoreHandleAndDataAtIndex( lIndex, ( OpaqueObjectHandle_t ) xHandle, NULL, KERNEL_OBJECT_TYPE…
221 … MPU_StoreHandleAndDataAtIndex( lIndex, ( OpaqueObjectHandle_t ) xHandle, NULL, KERNEL_OBJECT_TYPE…
228 … MPU_StoreHandleAndDataAtIndex( lIndex, ( OpaqueObjectHandle_t ) xHandle, NULL, KERNEL_OBJECT_TYPE…
248 …DATA static KernelObject_t xKernelObjectPool[ configPROTECTED_KERNEL_OBJECT_POOL_SIZE ] = { NULL };
263 if( xKernelObjectPool[ i ].xInternalObjectHandle == NULL ) in MPU_GetFreeIndexInKernelObjectPool()
284 xKernelObjectPool[ lIndex ].xInternalObjectHandle = NULL; in MPU_SetIndexFreeInKernelObjectPool()
286 xKernelObjectPool[ lIndex ].pvKernelObjectData = NULL; in MPU_SetIndexFreeInKernelObjectPool()
297 configASSERT( xHandle != NULL ); in MPU_GetIndexForHandle()
328 OpaqueObjectHandle_t xObjectHandle = NULL; in MPU_GetHandleAtIndex()
347 TaskHandle_t xInternalTaskHandle = NULL; in vGrantAccessToKernelObject()
351 if( xExternalTaskHandle == NULL ) in vGrantAccessToKernelObject()
363 if( xInternalTaskHandle != NULL ) in vGrantAccessToKernelObject()
382 TaskHandle_t xInternalTaskHandle = NULL; in vRevokeAccessToKernelObject()
386 if( xExternalTaskHandle == NULL ) in vRevokeAccessToKernelObject()
398 if( xInternalTaskHandle != NULL ) in vRevokeAccessToKernelObject()
416 TimerHandle_t xExternalHandle = NULL; in MPU_TimerCallback()
417 TimerCallbackFunction_t pxApplicationCallBack = NULL; in MPU_TimerCallback()
420 configASSERT( xInternalHandle != NULL ); in MPU_TimerCallback()
457 if( ( pxPreviousWakeTime != NULL ) && ( xTimeIncrement > 0U ) ) in MPU_xTaskDelayUntilImpl()
483 TaskHandle_t xInternalTaskHandle = NULL; in MPU_xTaskAbortDelayImpl()
496 if( xInternalTaskHandle != NULL ) in MPU_xTaskAbortDelayImpl()
530 TaskHandle_t xInternalTaskHandle = NULL; in MPU_uxTaskPriorityGetImpl()
532 if( pxTask == NULL ) in MPU_uxTaskPriorityGetImpl()
548 if( xInternalTaskHandle != NULL ) in MPU_uxTaskPriorityGetImpl()
569 TaskHandle_t xInternalTaskHandle = NULL; in MPU_eTaskGetStateImpl()
583 if( xInternalTaskHandle != NULL ) in MPU_eTaskGetStateImpl()
609 TaskHandle_t xInternalTaskHandle = NULL; in MPU_vTaskGetInfoImpl()
619 if( xTask == NULL ) in MPU_vTaskGetInfoImpl()
635 if( xInternalTaskHandle != NULL ) in MPU_vTaskGetInfoImpl()
654 TaskHandle_t xIdleTaskHandle = NULL; in MPU_xTaskGetIdleTaskHandleImpl()
671 TaskHandle_t xInternalTaskHandle = NULL; in MPU_vTaskSuspendImpl()
674 if( pxTaskToSuspend == NULL ) in MPU_vTaskSuspendImpl()
698 if( xInternalTaskHandle != NULL ) in MPU_vTaskSuspendImpl()
718 TaskHandle_t xInternalTaskHandle = NULL; in MPU_vTaskResumeImpl()
731 if( xInternalTaskHandle != NULL ) in MPU_vTaskResumeImpl()
774 TaskHandle_t xInternalTaskHandle = NULL; in MPU_ulTaskGetRunTimeCounterImpl()
777 if( xTask == NULL ) in MPU_ulTaskGetRunTimeCounterImpl()
793 if( xInternalTaskHandle != NULL ) in MPU_ulTaskGetRunTimeCounterImpl()
815 TaskHandle_t xInternalTaskHandle = NULL; in MPU_ulTaskGetRunTimePercentImpl()
818 if( xTask == NULL ) in MPU_ulTaskGetRunTimePercentImpl()
834 if( xInternalTaskHandle != NULL ) in MPU_ulTaskGetRunTimePercentImpl()
888 TaskHandle_t xInternalTaskHandle = NULL; in MPU_vTaskSetApplicationTaskTagImpl()
892 if( xTask == NULL ) in MPU_vTaskSetApplicationTaskTagImpl()
908 if( xInternalTaskHandle != NULL ) in MPU_vTaskSetApplicationTaskTagImpl()
926 TaskHookFunction_t xReturn = NULL; in MPU_xTaskGetApplicationTaskTagImpl()
928 TaskHandle_t xInternalTaskHandle = NULL; in MPU_xTaskGetApplicationTaskTagImpl()
931 if( xTask == NULL ) in MPU_xTaskGetApplicationTaskTagImpl()
947 if( xInternalTaskHandle != NULL ) in MPU_xTaskGetApplicationTaskTagImpl()
972 TaskHandle_t xInternalTaskHandle = NULL; in MPU_vTaskSetThreadLocalStoragePointerImpl()
975 if( xTaskToSet == NULL ) in MPU_vTaskSetThreadLocalStoragePointerImpl()
991 if( xInternalTaskHandle != NULL ) in MPU_vTaskSetThreadLocalStoragePointerImpl()
1011 void * pvReturn = NULL; in MPU_pvTaskGetThreadLocalStoragePointerImpl()
1013 TaskHandle_t xInternalTaskHandle = NULL; in MPU_pvTaskGetThreadLocalStoragePointerImpl()
1016 if( xTaskToQuery == NULL ) in MPU_pvTaskGetThreadLocalStoragePointerImpl()
1032 if( xInternalTaskHandle != NULL ) in MPU_pvTaskGetThreadLocalStoragePointerImpl()
1068 if( pulTotalRunTime != NULL ) in MPU_uxTaskGetSystemStateImpl()
1076 ( ( pulTotalRunTime == NULL ) || ( xIsTotalRunTimeWriteable == pdTRUE ) ) ) in MPU_uxTaskGetSystemStateImpl()
1096 TaskHandle_t xInternalTaskHandle = NULL; in MPU_uxTaskGetStackHighWaterMarkImpl()
1099 if( xTask == NULL ) in MPU_uxTaskGetStackHighWaterMarkImpl()
1115 if( xInternalTaskHandle != NULL ) in MPU_uxTaskGetStackHighWaterMarkImpl()
1137 TaskHandle_t xInternalTaskHandle = NULL; in MPU_uxTaskGetStackHighWaterMark2Impl()
1140 if( xTask == NULL ) in MPU_uxTaskGetStackHighWaterMark2Impl()
1156 if( xInternalTaskHandle != NULL ) in MPU_uxTaskGetStackHighWaterMark2Impl()
1176 TaskHandle_t xInternalTaskHandle = NULL; in MPU_xTaskGetCurrentTaskHandleImpl()
1177 TaskHandle_t xExternalTaskHandle = NULL; in MPU_xTaskGetCurrentTaskHandleImpl()
1182 if( xInternalTaskHandle != NULL ) in MPU_xTaskGetCurrentTaskHandleImpl()
1220 if( pxTimeOut != NULL ) in MPU_vTaskSetTimeOutStateImpl()
1244 if( ( pxTimeOut != NULL ) && ( pxTicksToWait != NULL ) ) in MPU_xTaskCheckForTimeOutImpl()
1291 TaskHandle_t xInternalTaskHandle = NULL; in MPU_xTaskGenericNotifyImpl()
1296 if( pxParams != NULL ) in MPU_xTaskGenericNotifyImpl()
1312 if( pxParams->pulPreviousNotificationValue != NULL ) in MPU_xTaskGenericNotifyImpl()
1319 if( ( pxParams->pulPreviousNotificationValue == NULL ) || in MPU_xTaskGenericNotifyImpl()
1332 if( xInternalTaskHandle != NULL ) in MPU_xTaskGenericNotifyImpl()
1382 if( pxParams != NULL ) in MPU_xTaskGenericNotifyWaitImpl()
1393 if( pxParams->pulNotificationValue != NULL ) in MPU_xTaskGenericNotifyWaitImpl()
1400 if( ( pxParams->pulNotificationValue == NULL ) || in MPU_xTaskGenericNotifyWaitImpl()
1451 TaskHandle_t xInternalTaskHandle = NULL; in MPU_xTaskGenericNotifyStateClearImpl()
1456 if( xTask == NULL ) in MPU_xTaskGenericNotifyStateClearImpl()
1472 if( xInternalTaskHandle != NULL ) in MPU_xTaskGenericNotifyStateClearImpl()
1499 TaskHandle_t xInternalTaskHandle = NULL; in MPU_ulTaskGenericNotifyValueClearImpl()
1504 if( xTask == NULL ) in MPU_ulTaskGenericNotifyValueClearImpl()
1520 if( xInternalTaskHandle != NULL ) in MPU_ulTaskGenericNotifyValueClearImpl()
1551 TaskHandle_t xInternalTaskHandle = NULL; in MPU_xTaskCreate()
1562 if( ( xReturn == pdPASS ) && ( xInternalTaskHandle != NULL ) ) in MPU_xTaskCreate()
1566 if( pxCreatedTask != NULL ) in MPU_xTaskCreate()
1594 TaskHandle_t xExternalTaskHandle = NULL; in MPU_xTaskCreateStatic()
1595 TaskHandle_t xInternalTaskHandle = NULL; in MPU_xTaskCreateStatic()
1604 if( xInternalTaskHandle != NULL ) in MPU_xTaskCreateStatic()
1636 TaskHandle_t xInternalTaskHandle = NULL; in MPU_vTaskDelete()
1639 if( pxTaskToDelete == NULL ) in MPU_vTaskDelete()
1659 if( xInternalTaskHandle != NULL ) in MPU_vTaskDelete()
1677 TaskHandle_t xInternalTaskHandle = NULL; in MPU_vTaskPrioritySet()
1680 if( pxTask == NULL ) in MPU_vTaskPrioritySet()
1692 if( xInternalTaskHandle != NULL ) in MPU_vTaskPrioritySet()
1707 TaskHandle_t xInternalTaskHandle = NULL; in MPU_xTaskGetHandle()
1708 TaskHandle_t xExternalTaskHandle = NULL; in MPU_xTaskGetHandle()
1713 if( xInternalTaskHandle != NULL ) in MPU_xTaskGetHandle()
1737 TaskHandle_t xInternalTaskHandle = NULL; in MPU_xTaskCallApplicationTaskHook()
1739 if( xTask == NULL ) in MPU_xTaskCallApplicationTaskHook()
1751 if( xInternalTaskHandle != NULL ) in MPU_xTaskCallApplicationTaskHook()
1771 TaskHandle_t xInternalTaskHandle = NULL; in MPU_xTaskCreateRestricted()
1779 if( ( xReturn == pdPASS ) && ( xInternalTaskHandle != NULL ) ) in MPU_xTaskCreateRestricted()
1793 if( pxCreatedTask != NULL ) in MPU_xTaskCreateRestricted()
1817 TaskHandle_t xInternalTaskHandle = NULL; in MPU_xTaskCreateRestrictedStatic()
1825 if( ( xReturn == pdPASS ) && ( xInternalTaskHandle != NULL ) ) in MPU_xTaskCreateRestrictedStatic()
1839 if( pxCreatedTask != NULL ) in MPU_xTaskCreateRestrictedStatic()
1859 TaskHandle_t xInternalTaskHandle = NULL; in MPU_vTaskAllocateMPURegions()
1862 if( xTaskToModify == NULL ) in MPU_vTaskAllocateMPURegions()
1874 if( xInternalTaskHandle != NULL ) in MPU_vTaskAllocateMPURegions()
1889 TaskHandle_t xInternalTaskHandle = NULL; in MPU_xTaskGetStaticBuffers()
1893 if( xTask == NULL ) in MPU_xTaskGetStaticBuffers()
1906 if( xInternalTaskHandle != NULL ) in MPU_xTaskGetStaticBuffers()
1921 char * pcReturn = NULL; in MPU_pcTaskGetName()
1923 TaskHandle_t xInternalTaskHandle = NULL; in MPU_pcTaskGetName()
1925 if( xTaskToQuery == NULL ) in MPU_pcTaskGetName()
1937 if( xInternalTaskHandle != NULL ) in MPU_pcTaskGetName()
1954 TaskHandle_t xInternalTaskHandle = NULL; in MPU_uxTaskPriorityGetFromISR()
1956 if( xTask == NULL ) in MPU_uxTaskPriorityGetFromISR()
1968 if( xInternalTaskHandle != NULL ) in MPU_uxTaskPriorityGetFromISR()
1987 TaskHandle_t xInternalTaskHandle = NULL; in MPU_uxTaskBasePriorityGet()
1989 if( xTask == NULL ) in MPU_uxTaskBasePriorityGet()
2001 if( xInternalTaskHandle != NULL ) in MPU_uxTaskBasePriorityGet()
2020 TaskHandle_t xInternalTaskHandle = NULL; in MPU_uxTaskBasePriorityGetFromISR()
2022 if( xTask == NULL ) in MPU_uxTaskBasePriorityGetFromISR()
2034 if( xInternalTaskHandle != NULL ) in MPU_uxTaskBasePriorityGetFromISR()
2053 TaskHandle_t xInternalTaskHandle = NULL; in MPU_xTaskResumeFromISR()
2061 if( xInternalTaskHandle != NULL ) in MPU_xTaskResumeFromISR()
2077 TaskHookFunction_t xReturn = NULL; in MPU_xTaskGetApplicationTaskTagFromISR()
2079 TaskHandle_t xInternalTaskHandle = NULL; in MPU_xTaskGetApplicationTaskTagFromISR()
2081 if( xTask == NULL ) in MPU_xTaskGetApplicationTaskTagFromISR()
2093 if( xInternalTaskHandle != NULL ) in MPU_xTaskGetApplicationTaskTagFromISR()
2117 TaskHandle_t xInternalTaskHandle = NULL; in MPU_xTaskGenericNotifyFromISR()
2125 if( xInternalTaskHandle != NULL ) in MPU_xTaskGenericNotifyFromISR()
2144 TaskHandle_t xInternalTaskHandle = NULL; in MPU_vTaskGenericNotifyGiveFromISR()
2152 if( xInternalTaskHandle != NULL ) in MPU_vTaskGenericNotifyGiveFromISR()
2176 QueueHandle_t xInternalQueueHandle = NULL; in MPU_xQueueGenericSendImpl()
2192 if( xInternalQueueHandle != NULL ) in MPU_xQueueGenericSendImpl()
2197 … if( ( !( ( pvItemToQueue == NULL ) && ( uxQueueItemSize != ( UBaseType_t ) 0U ) ) ) && in MPU_xQueueGenericSendImpl()
2204 if( pvItemToQueue != NULL ) in MPU_xQueueGenericSendImpl()
2211 if( ( pvItemToQueue == NULL ) || ( xIsItemToQueueReadable == pdTRUE ) ) in MPU_xQueueGenericSendImpl()
2229 QueueHandle_t xInternalQueueHandle = NULL; in MPU_uxQueueMessagesWaitingImpl()
2243 if( xInternalQueueHandle != NULL ) in MPU_uxQueueMessagesWaitingImpl()
2259 QueueHandle_t xInternalQueueHandle = NULL; in MPU_uxQueueSpacesAvailableImpl()
2273 if( xInternalQueueHandle != NULL ) in MPU_uxQueueSpacesAvailableImpl()
2293 QueueHandle_t xInternalQueueHandle = NULL; in MPU_xQueueReceiveImpl()
2309 if( xInternalQueueHandle != NULL ) in MPU_xQueueReceiveImpl()
2313 … if( ( !( ( ( pvBuffer ) == NULL ) && ( uxQueueItemSize != ( UBaseType_t ) 0U ) ) ) in MPU_xQueueReceiveImpl()
2345 QueueHandle_t xInternalQueueHandle = NULL; in MPU_xQueuePeekImpl()
2361 if( xInternalQueueHandle != NULL ) in MPU_xQueuePeekImpl()
2365 … if( ( !( ( ( pvBuffer ) == NULL ) && ( uxQueueItemSize != ( UBaseType_t ) 0U ) ) ) in MPU_xQueuePeekImpl()
2395 QueueHandle_t xInternalQueueHandle = NULL; in MPU_xQueueSemaphoreTakeImpl()
2410 if( xInternalQueueHandle != NULL ) in MPU_xQueueSemaphoreTakeImpl()
2436 TaskHandle_t xMutexHolderTaskInternalHandle = NULL; in MPU_xQueueGetMutexHolderImpl()
2437 TaskHandle_t xMutexHolderTaskExternalHandle = NULL; in MPU_xQueueGetMutexHolderImpl()
2439 QueueHandle_t xInternalQueueHandle = NULL; in MPU_xQueueGetMutexHolderImpl()
2453 if( xInternalQueueHandle != NULL ) in MPU_xQueueGetMutexHolderImpl()
2457 if( xMutexHolderTaskInternalHandle != NULL ) in MPU_xQueueGetMutexHolderImpl()
2487 QueueHandle_t xInternalQueueHandle = NULL; in MPU_xQueueTakeMutexRecursiveImpl()
2500 if( xInternalQueueHandle != NULL ) in MPU_xQueueTakeMutexRecursiveImpl()
2527 QueueHandle_t xInternalQueueHandle = NULL; in MPU_xQueueGiveMutexRecursiveImpl()
2539 if( xInternalQueueHandle != NULL ) in MPU_xQueueGiveMutexRecursiveImpl()
2560 QueueSetHandle_t xInternalQueueSetHandle = NULL; in MPU_xQueueSelectFromSetImpl()
2561 QueueSetMemberHandle_t xSelectedMemberInternal = NULL; in MPU_xQueueSelectFromSetImpl()
2562 QueueSetMemberHandle_t xSelectedMemberExternal = NULL; in MPU_xQueueSelectFromSetImpl()
2576 if( xInternalQueueSetHandle != NULL ) in MPU_xQueueSelectFromSetImpl()
2580 if( xSelectedMemberInternal != NULL ) in MPU_xQueueSelectFromSetImpl()
2608 QueueSetMemberHandle_t xInternalQueueSetMemberHandle = NULL; in MPU_xQueueAddToSetImpl()
2609 QueueSetHandle_t xInternalQueueSetHandle = NULL; in MPU_xQueueAddToSetImpl()
2628 … if( ( xInternalQueueSetHandle != NULL ) && ( xInternalQueueSetMemberHandle != NULL ) ) in MPU_xQueueAddToSetImpl()
2650 QueueHandle_t xInternalQueueHandle = NULL; in MPU_vQueueAddToRegistryImpl()
2663 if( xInternalQueueHandle != NULL ) in MPU_vQueueAddToRegistryImpl()
2681 QueueHandle_t xInternalQueueHandle = NULL; in MPU_vQueueUnregisterQueueImpl()
2694 if( xInternalQueueHandle != NULL ) in MPU_vQueueUnregisterQueueImpl()
2711 const char * pcReturn = NULL; in MPU_pcQueueGetNameImpl()
2712 QueueHandle_t xInternalQueueHandle = NULL; in MPU_pcQueueGetNameImpl()
2726 if( xInternalQueueHandle != NULL ) in MPU_pcQueueGetNameImpl()
2746 QueueHandle_t xInternalQueueHandle = NULL; in MPU_vQueueDelete()
2755 if( xInternalQueueHandle != NULL ) in MPU_vQueueDelete()
2768 QueueHandle_t xInternalQueueHandle = NULL; in MPU_xQueueCreateMutex()
2769 QueueHandle_t xExternalQueueHandle = NULL; in MPU_xQueueCreateMutex()
2778 if( xInternalQueueHandle != NULL ) in MPU_xQueueCreateMutex()
2800 QueueHandle_t xInternalQueueHandle = NULL; in MPU_xQueueCreateMutexStatic()
2801 QueueHandle_t xExternalQueueHandle = NULL; in MPU_xQueueCreateMutexStatic()
2810 if( xInternalQueueHandle != NULL ) in MPU_xQueueCreateMutexStatic()
2832 QueueHandle_t xInternalQueueHandle = NULL; in MPU_xQueueCreateCountingSemaphore()
2833 QueueHandle_t xExternalQueueHandle = NULL; in MPU_xQueueCreateCountingSemaphore()
2842 if( xInternalQueueHandle != NULL ) in MPU_xQueueCreateCountingSemaphore()
2865 QueueHandle_t xInternalQueueHandle = NULL; in MPU_xQueueCreateCountingSemaphoreStatic()
2866 QueueHandle_t xExternalQueueHandle = NULL; in MPU_xQueueCreateCountingSemaphoreStatic()
2875 if( xInternalQueueHandle != NULL ) in MPU_xQueueCreateCountingSemaphoreStatic()
2898 QueueHandle_t xInternalQueueHandle = NULL; in MPU_xQueueGenericCreate()
2899 QueueHandle_t xExternalQueueHandle = NULL; in MPU_xQueueGenericCreate()
2908 if( xInternalQueueHandle != NULL ) in MPU_xQueueGenericCreate()
2933 QueueHandle_t xInternalQueueHandle = NULL; in MPU_xQueueGenericCreateStatic()
2934 QueueHandle_t xExternalQueueHandle = NULL; in MPU_xQueueGenericCreateStatic()
2943 if( xInternalQueueHandle != NULL ) in MPU_xQueueGenericCreateStatic()
2964 QueueHandle_t xInternalQueueHandle = NULL; in MPU_xQueueGenericReset()
2973 if( xInternalQueueHandle != NULL ) in MPU_xQueueGenericReset()
2987 QueueSetHandle_t xInternalQueueSetHandle = NULL; in MPU_xQueueCreateSet()
2988 QueueSetHandle_t xExternalQueueSetHandle = NULL; in MPU_xQueueCreateSet()
2997 if( xInternalQueueSetHandle != NULL ) in MPU_xQueueCreateSet()
3020 QueueSetMemberHandle_t xInternalQueueSetMemberHandle = NULL; in MPU_xQueueRemoveFromSet()
3021 QueueSetHandle_t xInternalQueueSetHandle = NULL; in MPU_xQueueRemoveFromSet()
3033 … if( ( xInternalQueueSetHandle != NULL ) && ( xInternalQueueSetMemberHandle != NULL ) ) in MPU_xQueueRemoveFromSet()
3052 QueueHandle_t xInternalQueueHandle = NULL; in MPU_xQueueGenericGetStaticBuffers()
3061 if( xInternalQueueHandle != NULL ) in MPU_xQueueGenericGetStaticBuffers()
3080 QueueHandle_t xInternalQueueHandle = NULL; in MPU_xQueueGenericSendFromISR()
3088 if( xInternalQueueHandle != NULL ) in MPU_xQueueGenericSendFromISR()
3104 QueueHandle_t xInternalQueueHandle = NULL; in MPU_xQueueGiveFromISR()
3112 if( xInternalQueueHandle != NULL ) in MPU_xQueueGiveFromISR()
3128 QueueHandle_t xInternalQueueHandle = NULL; in MPU_xQueuePeekFromISR()
3136 if( xInternalQueueHandle != NULL ) in MPU_xQueuePeekFromISR()
3153 QueueHandle_t xInternalQueueHandle = NULL; in MPU_xQueueReceiveFromISR()
3161 if( xInternalQueueHandle != NULL ) in MPU_xQueueReceiveFromISR()
3176 QueueHandle_t xInternalQueueHandle = NULL; in MPU_xQueueIsQueueEmptyFromISR()
3184 if( xInternalQueueHandle != NULL ) in MPU_xQueueIsQueueEmptyFromISR()
3198 QueueHandle_t xInternalQueueHandle = NULL; in MPU_xQueueIsQueueFullFromISR()
3206 if( xInternalQueueHandle != NULL ) in MPU_xQueueIsQueueFullFromISR()
3221 QueueHandle_t xInternalQueueHandle = NULL; in MPU_uxQueueMessagesWaitingFromISR()
3229 if( xInternalQueueHandle != NULL ) in MPU_uxQueueMessagesWaitingFromISR()
3244 TaskHandle_t xMutexHolderTaskInternalHandle = NULL; in MPU_xQueueGetMutexHolderFromISR()
3245 TaskHandle_t xMutexHolderTaskExternalHandle = NULL; in MPU_xQueueGetMutexHolderFromISR()
3247 QueueHandle_t xInternalSemaphoreHandle = NULL; in MPU_xQueueGetMutexHolderFromISR()
3255 if( xInternalSemaphoreHandle != NULL ) in MPU_xQueueGetMutexHolderFromISR()
3259 if( xMutexHolderTaskInternalHandle != NULL ) in MPU_xQueueGetMutexHolderFromISR()
3281 QueueSetHandle_t xInternalQueueSetHandle = NULL; in MPU_xQueueSelectFromSetFromISR()
3282 QueueSetMemberHandle_t xSelectedMemberInternal = NULL; in MPU_xQueueSelectFromSetFromISR()
3283 QueueSetMemberHandle_t xSelectedMemberExternal = NULL; in MPU_xQueueSelectFromSetFromISR()
3292 if( xInternalQueueSetHandle != NULL ) in MPU_xQueueSelectFromSetFromISR()
3296 if( xSelectedMemberInternal != NULL ) in MPU_xQueueSelectFromSetFromISR()
3324 void * pvReturn = NULL; in MPU_pvTimerGetTimerIDImpl()
3325 TimerHandle_t xInternalTimerHandle = NULL; in MPU_pvTimerGetTimerIDImpl()
3339 if( xInternalTimerHandle != NULL ) in MPU_pvTimerGetTimerIDImpl()
3360 TimerHandle_t xInternalTimerHandle = NULL; in MPU_vTimerSetTimerIDImpl()
3374 if( xInternalTimerHandle != NULL ) in MPU_vTimerSetTimerIDImpl()
3392 TimerHandle_t xInternalTimerHandle = NULL; in MPU_xTimerIsTimerActiveImpl()
3406 if( xInternalTimerHandle != NULL ) in MPU_xTimerIsTimerActiveImpl()
3462 TimerHandle_t xInternalTimerHandle = NULL; in MPU_xTimerGenericCommandFromTaskImpl()
3468 if( pxParams != NULL ) in MPU_xTimerGenericCommandFromTaskImpl()
3479 if( pxParams->pxHigherPriorityTaskWoken != NULL ) in MPU_xTimerGenericCommandFromTaskImpl()
3486 if( ( pxParams->pxHigherPriorityTaskWoken == NULL ) || in MPU_xTimerGenericCommandFromTaskImpl()
3499 if( xInternalTimerHandle != NULL ) in MPU_xTimerGenericCommandFromTaskImpl()
3525 const char * pcReturn = NULL; in MPU_pcTimerGetNameImpl()
3526 TimerHandle_t xInternalTimerHandle = NULL; in MPU_pcTimerGetNameImpl()
3540 if( xInternalTimerHandle != NULL ) in MPU_pcTimerGetNameImpl()
3561 TimerHandle_t xInternalTimerHandle = NULL; in MPU_vTimerSetReloadModeImpl()
3575 if( xInternalTimerHandle != NULL ) in MPU_vTimerSetReloadModeImpl()
3593 TimerHandle_t xInternalTimerHandle = NULL; in MPU_xTimerGetReloadModeImpl()
3607 if( xInternalTimerHandle != NULL ) in MPU_xTimerGetReloadModeImpl()
3627 TimerHandle_t xInternalTimerHandle = NULL; in MPU_uxTimerGetReloadModeImpl()
3641 if( xInternalTimerHandle != NULL ) in MPU_uxTimerGetReloadModeImpl()
3661 TimerHandle_t xInternalTimerHandle = NULL; in MPU_xTimerGetPeriodImpl()
3675 if( xInternalTimerHandle != NULL ) in MPU_xTimerGetPeriodImpl()
3695 TimerHandle_t xInternalTimerHandle = NULL; in MPU_xTimerGetExpiryTimeImpl()
3709 if( xInternalTimerHandle != NULL ) in MPU_xTimerGetExpiryTimeImpl()
3735 TimerHandle_t xInternalTimerHandle = NULL; in MPU_xTimerCreate()
3736 TimerHandle_t xExternalTimerHandle = NULL; in MPU_xTimerCreate()
3745 if( xInternalTimerHandle != NULL ) in MPU_xTimerCreate()
3771 TimerHandle_t xInternalTimerHandle = NULL; in MPU_xTimerCreateStatic()
3772 TimerHandle_t xExternalTimerHandle = NULL; in MPU_xTimerCreateStatic()
3781 if( xInternalTimerHandle != NULL ) in MPU_xTimerCreateStatic()
3803 TimerHandle_t xInternalTimerHandle = NULL; in MPU_xTimerGetStaticBuffer()
3813 if( xInternalTimerHandle != NULL ) in MPU_xTimerGetStaticBuffer()
3834 TimerHandle_t xInternalTimerHandle = NULL; in MPU_xTimerGenericCommandFromISR()
3838 if( pxHigherPriorityTaskWoken != NULL ) in MPU_xTimerGenericCommandFromISR()
3845 … if( ( pxHigherPriorityTaskWoken == NULL ) || ( xIsHigherPriorityTaskWokenWriteable == pdTRUE ) ) in MPU_xTimerGenericCommandFromISR()
3853 if( xInternalTimerHandle != NULL ) in MPU_xTimerGenericCommandFromISR()
3895 EventGroupHandle_t xInternalEventGroupHandle = NULL; in MPU_xEventGroupWaitBitsImpl()
3900 if( pxParams != NULL ) in MPU_xEventGroupWaitBitsImpl()
3926 if( xInternalEventGroupHandle != NULL ) in MPU_xEventGroupWaitBitsImpl()
3950 EventGroupHandle_t xInternalEventGroupHandle = NULL; in MPU_xEventGroupClearBitsImpl()
3966 if( xInternalEventGroupHandle != NULL ) in MPU_xEventGroupClearBitsImpl()
3985 EventGroupHandle_t xInternalEventGroupHandle = NULL; in MPU_xEventGroupSetBitsImpl()
4001 if( xInternalEventGroupHandle != NULL ) in MPU_xEventGroupSetBitsImpl()
4024 EventGroupHandle_t xInternalEventGroupHandle = NULL; in MPU_xEventGroupSyncImpl()
4045 if( xInternalEventGroupHandle != NULL ) in MPU_xEventGroupSyncImpl()
4064 EventGroupHandle_t xInternalEventGroupHandle = NULL; in MPU_uxEventGroupGetNumberImpl()
4078 if( xInternalEventGroupHandle != NULL ) in MPU_uxEventGroupGetNumberImpl()
4099 EventGroupHandle_t xInternalEventGroupHandle = NULL; in MPU_vEventGroupSetNumberImpl()
4113 if( xInternalEventGroupHandle != NULL ) in MPU_vEventGroupSetNumberImpl()
4133 EventGroupHandle_t xInternalEventGroupHandle = NULL; in MPU_xEventGroupCreate()
4134 EventGroupHandle_t xExternalEventGroupHandle = NULL; in MPU_xEventGroupCreate()
4143 if( xInternalEventGroupHandle != NULL ) in MPU_xEventGroupCreate()
4164 EventGroupHandle_t xInternalEventGroupHandle = NULL; in MPU_xEventGroupCreateStatic()
4165 EventGroupHandle_t xExternalEventGroupHandle = NULL; in MPU_xEventGroupCreateStatic()
4174 if( xInternalEventGroupHandle != NULL ) in MPU_xEventGroupCreateStatic()
4193 EventGroupHandle_t xInternalEventGroupHandle = NULL; in MPU_vEventGroupDelete()
4202 if( xInternalEventGroupHandle != NULL ) in MPU_vEventGroupDelete()
4217 EventGroupHandle_t xInternalEventGroupHandle = NULL; in MPU_xEventGroupGetStaticBuffer()
4226 if( xInternalEventGroupHandle != NULL ) in MPU_xEventGroupGetStaticBuffer()
4244 EventGroupHandle_t xInternalEventGroupHandle = NULL; in MPU_xEventGroupClearBitsFromISR()
4253 if( xInternalEventGroupHandle != NULL ) in MPU_xEventGroupClearBitsFromISR()
4272 EventGroupHandle_t xInternalEventGroupHandle = NULL; in MPU_xEventGroupSetBitsFromISR()
4281 if( xInternalEventGroupHandle != NULL ) in MPU_xEventGroupSetBitsFromISR()
4296 EventGroupHandle_t xInternalEventGroupHandle = NULL; in MPU_xEventGroupGetBitsFromISR()
4305 if( xInternalEventGroupHandle != NULL ) in MPU_xEventGroupGetBitsFromISR()
4330 StreamBufferHandle_t xInternalStreamBufferHandle = NULL; in MPU_xStreamBufferSendImpl()
4335 if( pvTxData != NULL ) in MPU_xStreamBufferSendImpl()
4353 if( xInternalStreamBufferHandle != NULL ) in MPU_xStreamBufferSendImpl()
4377 StreamBufferHandle_t xInternalStreamBufferHandle = NULL; in MPU_xStreamBufferReceiveImpl()
4382 if( pvRxData != NULL ) in MPU_xStreamBufferReceiveImpl()
4400 if( xInternalStreamBufferHandle != NULL ) in MPU_xStreamBufferReceiveImpl()
4418 StreamBufferHandle_t xInternalStreamBufferHandle = NULL; in MPU_xStreamBufferIsFullImpl()
4432 if( xInternalStreamBufferHandle != NULL ) in MPU_xStreamBufferIsFullImpl()
4448 StreamBufferHandle_t xInternalStreamBufferHandle = NULL; in MPU_xStreamBufferIsEmptyImpl()
4462 if( xInternalStreamBufferHandle != NULL ) in MPU_xStreamBufferIsEmptyImpl()
4478 StreamBufferHandle_t xInternalStreamBufferHandle = NULL; in MPU_xStreamBufferSpacesAvailableImpl()
4492 if( xInternalStreamBufferHandle != NULL ) in MPU_xStreamBufferSpacesAvailableImpl()
4508 StreamBufferHandle_t xInternalStreamBufferHandle = NULL; in MPU_xStreamBufferBytesAvailableImpl()
4522 if( xInternalStreamBufferHandle != NULL ) in MPU_xStreamBufferBytesAvailableImpl()
4540 StreamBufferHandle_t xInternalStreamBufferHandle = NULL; in MPU_xStreamBufferSetTriggerLevelImpl()
4554 if( xInternalStreamBufferHandle != NULL ) in MPU_xStreamBufferSetTriggerLevelImpl()
4570 StreamBufferHandle_t xInternalStreamBufferHandle = NULL; in MPU_xStreamBufferNextMessageLengthBytesImpl()
4584 if( xInternalStreamBufferHandle != NULL ) in MPU_xStreamBufferNextMessageLengthBytesImpl()
4608 StreamBufferHandle_t xInternalStreamBufferHandle = NULL; in MPU_xStreamBufferGenericCreate()
4609 StreamBufferHandle_t xExternalStreamBufferHandle = NULL; in MPU_xStreamBufferGenericCreate()
4616 configASSERT( ( pxSendCompletedCallback == NULL ) && in MPU_xStreamBufferGenericCreate()
4617 ( pxReceiveCompletedCallback == NULL ) ); in MPU_xStreamBufferGenericCreate()
4619 if( ( pxSendCompletedCallback == NULL ) && in MPU_xStreamBufferGenericCreate()
4620 ( pxReceiveCompletedCallback == NULL ) ) in MPU_xStreamBufferGenericCreate()
4629 NULL, in MPU_xStreamBufferGenericCreate()
4630 NULL ); in MPU_xStreamBufferGenericCreate()
4632 if( xInternalStreamBufferHandle != NULL ) in MPU_xStreamBufferGenericCreate()
4646 xExternalStreamBufferHandle = NULL; in MPU_xStreamBufferGenericCreate()
4665 StreamBufferHandle_t xInternalStreamBufferHandle = NULL; in MPU_xStreamBufferGenericCreateStatic()
4666 StreamBufferHandle_t xExternalStreamBufferHandle = NULL; in MPU_xStreamBufferGenericCreateStatic()
4673 configASSERT( ( pxSendCompletedCallback == NULL ) && in MPU_xStreamBufferGenericCreateStatic()
4674 ( pxReceiveCompletedCallback == NULL ) ); in MPU_xStreamBufferGenericCreateStatic()
4676 if( ( pxSendCompletedCallback == NULL ) && in MPU_xStreamBufferGenericCreateStatic()
4677 ( pxReceiveCompletedCallback == NULL ) ) in MPU_xStreamBufferGenericCreateStatic()
4688 NULL, in MPU_xStreamBufferGenericCreateStatic()
4689 NULL ); in MPU_xStreamBufferGenericCreateStatic()
4691 if( xInternalStreamBufferHandle != NULL ) in MPU_xStreamBufferGenericCreateStatic()
4705 xExternalStreamBufferHandle = NULL; in MPU_xStreamBufferGenericCreateStatic()
4716 StreamBufferHandle_t xInternalStreamBufferHandle = NULL; in MPU_vStreamBufferDelete()
4725 if( xInternalStreamBufferHandle != NULL ) in MPU_vStreamBufferDelete()
4738 StreamBufferHandle_t xInternalStreamBufferHandle = NULL; in MPU_xStreamBufferReset()
4747 if( xInternalStreamBufferHandle != NULL ) in MPU_xStreamBufferReset()
4764 StreamBufferHandle_t xInternalStreamBufferHandle = NULL; in MPU_xStreamBufferGetStaticBuffers()
4773 if( xInternalStreamBufferHandle != NULL ) in MPU_xStreamBufferGetStaticBuffers()
4791 StreamBufferHandle_t xInternalStreamBufferHandle = NULL; in MPU_xStreamBufferSendFromISR()
4800 if( xInternalStreamBufferHandle != NULL ) in MPU_xStreamBufferSendFromISR()
4816 StreamBufferHandle_t xInternalStreamBufferHandle = NULL; in MPU_xStreamBufferReceiveFromISR()
4825 if( xInternalStreamBufferHandle != NULL ) in MPU_xStreamBufferReceiveFromISR()
4839 StreamBufferHandle_t xInternalStreamBufferHandle = NULL; in MPU_xStreamBufferSendCompletedFromISR()
4848 if( xInternalStreamBufferHandle != NULL ) in MPU_xStreamBufferSendCompletedFromISR()
4862 StreamBufferHandle_t xInternalStreamBufferHandle = NULL; in MPU_xStreamBufferReceiveCompletedFromISR()
4871 if( xInternalStreamBufferHandle != NULL ) in MPU_xStreamBufferReceiveCompletedFromISR()