Lines Matching refs:xPortIsAuthorizedToAccessBuffer
464 xIsPreviousWakeTimeAccessible = xPortIsAuthorizedToAccessBuffer( pxPreviousWakeTime, in MPU_xTaskDelayUntilImpl()
618 xIsTaskStatusWriteable = xPortIsAuthorizedToAccessBuffer( pxTaskStatus, in MPU_vTaskGetInfoImpl()
1069 xIsTaskStatusArrayWriteable = xPortIsAuthorizedToAccessBuffer( pxTaskStatusArray, in MPU_uxTaskGetSystemStateImpl()
1075 xIsTotalRunTimeWriteable = xPortIsAuthorizedToAccessBuffer( pulTotalRunTime, in MPU_uxTaskGetSystemStateImpl()
1227 xIsTimeOutWriteable = xPortIsAuthorizedToAccessBuffer( pxTimeOut, in MPU_vTaskSetTimeOutStateImpl()
1251 xIsTimeOutWriteable = xPortIsAuthorizedToAccessBuffer( pxTimeOut, in MPU_xTaskCheckForTimeOutImpl()
1254 xIsTicksToWaitWriteable = xPortIsAuthorizedToAccessBuffer( pxTicksToWait, in MPU_xTaskCheckForTimeOutImpl()
1303 xAreParamsReadable = xPortIsAuthorizedToAccessBuffer( pxParams, in MPU_xTaskGenericNotifyImpl()
1319 …xIsPreviousNotificationValueWriteable = xPortIsAuthorizedToAccessBuffer( pxParams->pulPreviousNoti… in MPU_xTaskGenericNotifyImpl()
1389 xAreParamsReadable = xPortIsAuthorizedToAccessBuffer( pxParams, in MPU_xTaskGenericNotifyWaitImpl()
1400 … xIsNotificationValueWritable = xPortIsAuthorizedToAccessBuffer( pxParams->pulNotificationValue, in MPU_xTaskGenericNotifyWaitImpl()
2211 xIsItemToQueueReadable = xPortIsAuthorizedToAccessBuffer( pvItemToQueue, in MPU_xQueueGenericSendImpl()
2324 xIsReceiveBufferWritable = xPortIsAuthorizedToAccessBuffer( pvBuffer, in MPU_xQueueReceiveImpl()
2376 xIsReceiveBufferWritable = xPortIsAuthorizedToAccessBuffer( pvBuffer, in MPU_xQueuePeekImpl()
3475 xAreParamsReadable = xPortIsAuthorizedToAccessBuffer( pxParams, in MPU_xTimerGenericCommandFromTaskImpl()
3486 …xIsHigherPriorityTaskWokenWriteable = xPortIsAuthorizedToAccessBuffer( pxParams->pxHigherPriorityT… in MPU_xTimerGenericCommandFromTaskImpl()
3845 … xIsHigherPriorityTaskWokenWriteable = xPortIsAuthorizedToAccessBuffer( pxHigherPriorityTaskWoken, in MPU_xTimerGenericCommandFromISR()
3909 xAreParamsReadable = xPortIsAuthorizedToAccessBuffer( pxParams, in MPU_xEventGroupWaitBitsImpl()
4368 xIsTxDataBufferReadable = xPortIsAuthorizedToAccessBuffer( pvTxData, in MPU_xStreamBufferSendImpl()
4419 xIsRxDataBufferWriteable = xPortIsAuthorizedToAccessBuffer( pvRxData, in MPU_xStreamBufferReceiveImpl()