Lines Matching refs:pxParams
1290 …BaseType_t MPU_xTaskGenericNotifyImpl( const xTaskGenericNotifyParams_t * pxParams ) PRIVILEGED_FU…
1292 …BaseType_t MPU_xTaskGenericNotifyImpl( const xTaskGenericNotifyParams_t * pxParams ) /* PRIVILEGED… in MPU_xTaskGenericNotifyImpl() argument
1301 if( pxParams != NULL ) in MPU_xTaskGenericNotifyImpl()
1303 xAreParamsReadable = xPortIsAuthorizedToAccessBuffer( pxParams, in MPU_xTaskGenericNotifyImpl()
1310 if( ( pxParams->uxIndexToNotify < configTASK_NOTIFICATION_ARRAY_ENTRIES ) && in MPU_xTaskGenericNotifyImpl()
1311 ( ( pxParams->eAction == eNoAction ) || in MPU_xTaskGenericNotifyImpl()
1312 ( pxParams->eAction == eSetBits ) || in MPU_xTaskGenericNotifyImpl()
1313 ( pxParams->eAction == eIncrement ) || in MPU_xTaskGenericNotifyImpl()
1314 ( pxParams->eAction == eSetValueWithOverwrite ) || in MPU_xTaskGenericNotifyImpl()
1315 ( pxParams->eAction == eSetValueWithoutOverwrite ) ) ) in MPU_xTaskGenericNotifyImpl()
1317 if( pxParams->pulPreviousNotificationValue != NULL ) in MPU_xTaskGenericNotifyImpl()
1319 …IsPreviousNotificationValueWriteable = xPortIsAuthorizedToAccessBuffer( pxParams->pulPreviousNotif… in MPU_xTaskGenericNotifyImpl()
1324 if( ( pxParams->pulPreviousNotificationValue == NULL ) || in MPU_xTaskGenericNotifyImpl()
1327 lIndex = ( int32_t ) ( pxParams->xTaskToNotify ); in MPU_xTaskGenericNotifyImpl()
1340 pxParams->uxIndexToNotify, in MPU_xTaskGenericNotifyImpl()
1341 pxParams->ulValue, in MPU_xTaskGenericNotifyImpl()
1342 pxParams->eAction, in MPU_xTaskGenericNotifyImpl()
1343 … pxParams->pulPreviousNotificationValue ); in MPU_xTaskGenericNotifyImpl()
1379 …BaseType_t MPU_xTaskGenericNotifyWaitImpl( const xTaskGenericNotifyWaitParams_t * pxParams ) PRIVI…
1381 …BaseType_t MPU_xTaskGenericNotifyWaitImpl( const xTaskGenericNotifyWaitParams_t * pxParams ) /* PR… in MPU_xTaskGenericNotifyWaitImpl() argument
1387 if( pxParams != NULL ) in MPU_xTaskGenericNotifyWaitImpl()
1389 xAreParamsReadable = xPortIsAuthorizedToAccessBuffer( pxParams, in MPU_xTaskGenericNotifyWaitImpl()
1396 if( pxParams->uxIndexToWaitOn < configTASK_NOTIFICATION_ARRAY_ENTRIES ) in MPU_xTaskGenericNotifyWaitImpl()
1398 if( pxParams->pulNotificationValue != NULL ) in MPU_xTaskGenericNotifyWaitImpl()
1400 … xIsNotificationValueWritable = xPortIsAuthorizedToAccessBuffer( pxParams->pulNotificationValue, in MPU_xTaskGenericNotifyWaitImpl()
1405 if( ( pxParams->pulNotificationValue == NULL ) || in MPU_xTaskGenericNotifyWaitImpl()
1408 xReturn = xTaskGenericNotifyWait( pxParams->uxIndexToWaitOn, in MPU_xTaskGenericNotifyWaitImpl()
1409 pxParams->ulBitsToClearOnEntry, in MPU_xTaskGenericNotifyWaitImpl()
1410 pxParams->ulBitsToClearOnExit, in MPU_xTaskGenericNotifyWaitImpl()
1411 pxParams->pulNotificationValue, in MPU_xTaskGenericNotifyWaitImpl()
1412 pxParams->xTicksToWait ); in MPU_xTaskGenericNotifyWaitImpl()
3462 …enericCommandFromTaskImpl( const xTimerGenericCommandFromTaskParams_t * pxParams ) PRIVILEGED_FUNC…
3464 …enericCommandFromTaskImpl( const xTimerGenericCommandFromTaskParams_t * pxParams ) /* PRIVILEGED_F… in MPU_xTimerGenericCommandFromTaskImpl() argument
3473 if( pxParams != NULL ) in MPU_xTimerGenericCommandFromTaskImpl()
3475 xAreParamsReadable = xPortIsAuthorizedToAccessBuffer( pxParams, in MPU_xTimerGenericCommandFromTaskImpl()
3482 if( pxParams->xCommandID < tmrFIRST_FROM_ISR_COMMAND ) in MPU_xTimerGenericCommandFromTaskImpl()
3484 if( pxParams->pxHigherPriorityTaskWoken != NULL ) in MPU_xTimerGenericCommandFromTaskImpl()
3486 …xIsHigherPriorityTaskWokenWriteable = xPortIsAuthorizedToAccessBuffer( pxParams->pxHigherPriorityT… in MPU_xTimerGenericCommandFromTaskImpl()
3491 if( ( pxParams->pxHigherPriorityTaskWoken == NULL ) || in MPU_xTimerGenericCommandFromTaskImpl()
3494 lIndex = ( int32_t ) ( pxParams->xTimer ); in MPU_xTimerGenericCommandFromTaskImpl()
3507 pxParams->xCommandID, in MPU_xTimerGenericCommandFromTaskImpl()
3508 … pxParams->xOptionalValue, in MPU_xTimerGenericCommandFromTaskImpl()
3509 … pxParams->pxHigherPriorityTaskWoken, in MPU_xTimerGenericCommandFromTaskImpl()
3510 … pxParams->xTicksToWait ); in MPU_xTimerGenericCommandFromTaskImpl()
3897 …EventBits_t MPU_xEventGroupWaitBitsImpl( const xEventGroupWaitBitsParams_t * pxParams ) PRIVILEGED…
3899 …EventBits_t MPU_xEventGroupWaitBitsImpl( const xEventGroupWaitBitsParams_t * pxParams ) /* PRIVILE… in MPU_xEventGroupWaitBitsImpl() argument
3907 if( pxParams != NULL ) in MPU_xEventGroupWaitBitsImpl()
3909 xAreParamsReadable = xPortIsAuthorizedToAccessBuffer( pxParams, in MPU_xEventGroupWaitBitsImpl()
3916 if( ( ( pxParams->uxBitsToWaitFor & eventEVENT_BITS_CONTROL_BYTES ) == 0U ) && in MPU_xEventGroupWaitBitsImpl()
3917 ( pxParams->uxBitsToWaitFor != 0U ) in MPU_xEventGroupWaitBitsImpl()
3919 …&& ( !( ( xTaskGetSchedulerState() == taskSCHEDULER_SUSPENDED ) && ( pxParams->xTicksToWait != 0U … in MPU_xEventGroupWaitBitsImpl()
3923 lIndex = ( int32_t ) ( pxParams->xEventGroup ); in MPU_xEventGroupWaitBitsImpl()
3936 pxParams->uxBitsToWaitFor, in MPU_xEventGroupWaitBitsImpl()
3937 pxParams->xClearOnExit, in MPU_xEventGroupWaitBitsImpl()
3938 pxParams->xWaitForAllBits, in MPU_xEventGroupWaitBitsImpl()
3939 pxParams->xTicksToWait ); in MPU_xEventGroupWaitBitsImpl()