Searched refs:xInternalObjectHandle (Results 1 – 1 of 1) sorted by relevance
77 OpaqueObjectHandle_t xInternalObjectHandle; member268 if( xKernelObjectPool[ i ].xInternalObjectHandle == NULL ) in MPU_GetFreeIndexInKernelObjectPool()271 xKernelObjectPool[ i ].xInternalObjectHandle = ( OpaqueObjectHandle_t ) ( ~0U ); in MPU_GetFreeIndexInKernelObjectPool()289 xKernelObjectPool[ lIndex ].xInternalObjectHandle = NULL; in MPU_SetIndexFreeInKernelObjectPool()306 if( ( xKernelObjectPool[ i ].xInternalObjectHandle == xHandle ) && in MPU_GetIndexForHandle()324 xKernelObjectPool[ lIndex ].xInternalObjectHandle = xHandle; in MPU_StoreHandleAndDataAtIndex()339 xObjectHandle = xKernelObjectPool[ lIndex ].xInternalObjectHandle; in MPU_GetHandleAtIndex()429 … if( ( ( TimerHandle_t ) xKernelObjectPool[ i ].xInternalObjectHandle == xInternalHandle ) && in MPU_TimerCallback()