Searched refs:xIsHigherPriorityTaskWokenWriteable (Results 1 – 1 of 1) sorted by relevance
3464 BaseType_t xIsHigherPriorityTaskWokenWriteable = pdFALSE; in MPU_xTimerGenericCommandFromTaskImpl() local3481 …xIsHigherPriorityTaskWokenWriteable = xPortIsAuthorizedToAccessBuffer( pxParams->pxHigherPriorityT… in MPU_xTimerGenericCommandFromTaskImpl()3487 ( xIsHigherPriorityTaskWokenWriteable == pdTRUE ) ) in MPU_xTimerGenericCommandFromTaskImpl()3836 BaseType_t xIsHigherPriorityTaskWokenWriteable = pdFALSE; in MPU_xTimerGenericCommandFromISR() local3840 … xIsHigherPriorityTaskWokenWriteable = xPortIsAuthorizedToAccessBuffer( pxHigherPriorityTaskWoken, in MPU_xTimerGenericCommandFromISR()3845 … if( ( pxHigherPriorityTaskWoken == NULL ) || ( xIsHigherPriorityTaskWokenWriteable == pdTRUE ) ) in MPU_xTimerGenericCommandFromISR()