Home
last modified time | relevance | path

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

/Kernel-v11.1.0/portable/Common/
Dmpu_wrappers_v2.c1247 BaseType_t xIsTicksToWaitWriteable = pdFALSE; in MPU_xTaskCheckForTimeOutImpl() local
1254 xIsTicksToWaitWriteable = xPortIsAuthorizedToAccessBuffer( pxTicksToWait, in MPU_xTaskCheckForTimeOutImpl()
1258 if( ( xIsTimeOutWriteable == pdTRUE ) && ( xIsTicksToWaitWriteable == pdTRUE ) ) in MPU_xTaskCheckForTimeOutImpl()