Searched refs:xIsHigherPriorityTaskWokenWriteable (Results 1 – 1 of 1) sorted by relevance
3469 BaseType_t xIsHigherPriorityTaskWokenWriteable = pdFALSE; in MPU_xTimerGenericCommandFromTaskImpl() local3486 …xIsHigherPriorityTaskWokenWriteable = xPortIsAuthorizedToAccessBuffer( pxParams->pxHigherPriorityT… in MPU_xTimerGenericCommandFromTaskImpl()3492 ( xIsHigherPriorityTaskWokenWriteable == pdTRUE ) ) in MPU_xTimerGenericCommandFromTaskImpl()3841 BaseType_t xIsHigherPriorityTaskWokenWriteable = pdFALSE; in MPU_xTimerGenericCommandFromISR() local3845 … xIsHigherPriorityTaskWokenWriteable = xPortIsAuthorizedToAccessBuffer( pxHigherPriorityTaskWoken, in MPU_xTimerGenericCommandFromISR()3850 … if( ( pxHigherPriorityTaskWoken == NULL ) || ( xIsHigherPriorityTaskWokenWriteable == pdTRUE ) ) in MPU_xTimerGenericCommandFromISR()