Home
last modified time | relevance | path

Searched refs:xIsTicksToWaitWriteable (Results 1 – 1 of 1) sorted by relevance

/Kernel-v10.6.2/portable/Common/
Dmpu_wrappers_v2.c1273 BaseType_t xIsTicksToWaitWriteable = pdFALSE; in MPU_xTaskCheckForTimeOutImpl() local
1280 xIsTicksToWaitWriteable = xPortIsAuthorizedToAccessBuffer( pxTicksToWait, in MPU_xTaskCheckForTimeOutImpl()
1284 if( ( xIsTimeOutWriteable == pdTRUE ) && ( xIsTicksToWaitWriteable == pdTRUE ) ) in MPU_xTaskCheckForTimeOutImpl()