Lines Matching refs:xParams
1272 xTaskGenericNotifyParams_t xParams; in MPU_xTaskGenericNotify() local
1274 xParams.xTaskToNotify = xTaskToNotify; in MPU_xTaskGenericNotify()
1275 xParams.uxIndexToNotify = uxIndexToNotify; in MPU_xTaskGenericNotify()
1276 xParams.ulValue = ulValue; in MPU_xTaskGenericNotify()
1277 xParams.eAction = eAction; in MPU_xTaskGenericNotify()
1278 xParams.pulPreviousNotificationValue = pulPreviousNotificationValue; in MPU_xTaskGenericNotify()
1280 xReturn = MPU_xTaskGenericNotifyEntry( &( xParams ) ); in MPU_xTaskGenericNotify()
1361 xTaskGenericNotifyWaitParams_t xParams; in MPU_xTaskGenericNotifyWait() local
1363 xParams.uxIndexToWaitOn = uxIndexToWaitOn; in MPU_xTaskGenericNotifyWait()
1364 xParams.ulBitsToClearOnEntry = ulBitsToClearOnEntry; in MPU_xTaskGenericNotifyWait()
1365 xParams.ulBitsToClearOnExit = ulBitsToClearOnExit; in MPU_xTaskGenericNotifyWait()
1366 xParams.pulNotificationValue = pulNotificationValue; in MPU_xTaskGenericNotifyWait()
1367 xParams.xTicksToWait = xTicksToWait; in MPU_xTaskGenericNotifyWait()
1369 xReturn = MPU_xTaskGenericNotifyWaitEntry( &( xParams ) ); in MPU_xTaskGenericNotifyWait()
3444 xTimerGenericCommandFromTaskParams_t xParams; in MPU_xTimerGenericCommandFromTask() local
3446 xParams.xTimer = xTimer; in MPU_xTimerGenericCommandFromTask()
3447 xParams.xCommandID = xCommandID; in MPU_xTimerGenericCommandFromTask()
3448 xParams.xOptionalValue = xOptionalValue; in MPU_xTimerGenericCommandFromTask()
3449 xParams.pxHigherPriorityTaskWoken = pxHigherPriorityTaskWoken; in MPU_xTimerGenericCommandFromTask()
3450 xParams.xTicksToWait = xTicksToWait; in MPU_xTimerGenericCommandFromTask()
3452 xReturn = MPU_xTimerGenericCommandFromTaskEntry( &( xParams ) ); in MPU_xTimerGenericCommandFromTask()
3877 xEventGroupWaitBitsParams_t xParams; in MPU_xEventGroupWaitBits() local
3879 xParams.xEventGroup = xEventGroup; in MPU_xEventGroupWaitBits()
3880 xParams.uxBitsToWaitFor = uxBitsToWaitFor; in MPU_xEventGroupWaitBits()
3881 xParams.xClearOnExit = xClearOnExit; in MPU_xEventGroupWaitBits()
3882 xParams.xWaitForAllBits = xWaitForAllBits; in MPU_xEventGroupWaitBits()
3883 xParams.xTicksToWait = xTicksToWait; in MPU_xEventGroupWaitBits()
3885 xReturn = MPU_xEventGroupWaitBitsEntry( &( xParams ) ); in MPU_xEventGroupWaitBits()