Home
last modified time | relevance | path

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

/Kernel-v11.0.1/include/
Dtask.h2609 uint32_t * pulPreviousNotificationValue ) PRIVILEGED_FUNCTION;
2761 uint32_t * pulPreviousNotificationValue,
2792 …xedFromISR( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pulPreviousNotificationValue, pxHigh… argument
2793 …kToNotify ), ( uxIndexToNotify ), ( ulValue ), ( eAction ), ( pulPreviousNotificationValue ), ( px…
2794 #define xTaskNotifyAndQueryFromISR( xTaskToNotify, ulValue, eAction, pulPreviousNotificationValue, … argument
2795 …, ( tskDEFAULT_INDEX_TO_NOTIFY ), ( ulValue ), ( eAction ), ( pulPreviousNotificationValue ), ( px…
Dmpu_prototypes.h47 uint32_t * pulPreviousNotificationValue; member
114 uint32_t * pulPreviousNotificationValue ) FREERTOS_SYSTEM_CALL;
177 uint32_t * pulPreviousNotificationValue,
DFreeRTOS.h2273 …TaskGenericNotify( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pulPreviousNotificationValue ) argument
2281 …ifyFromISR( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pulPreviousNotificationValue, pxHigh… argument
/Kernel-v11.0.1/portable/Common/
Dmpu_wrappers_v2.c1269 … uint32_t * pulPreviousNotificationValue ) /* FREERTOS_SYSTEM_CALL */ in MPU_xTaskGenericNotify() argument
1278 xParams.pulPreviousNotificationValue = pulPreviousNotificationValue; in MPU_xTaskGenericNotify()
1312 if( pxParams->pulPreviousNotificationValue != NULL ) in MPU_xTaskGenericNotifyImpl()
1314 …tificationValueWriteable = xPortIsAuthorizedToAccessBuffer( pxParams->pulPreviousNotificationValue, in MPU_xTaskGenericNotifyImpl()
1319 if( ( pxParams->pulPreviousNotificationValue == NULL ) || in MPU_xTaskGenericNotifyImpl()
1338 … pxParams->pulPreviousNotificationValue ); in MPU_xTaskGenericNotifyImpl()
2112 uint32_t * pulPreviousNotificationValue, in MPU_xTaskGenericNotifyFromISR() argument
2127 …mISR( xInternalTaskHandle, uxIndexToNotify, ulValue, eAction, pulPreviousNotificationValue, pxHigh… in MPU_xTaskGenericNotifyFromISR()
Dmpu_wrappers.c938 … uint32_t * pulPreviousNotificationValue ) /* FREERTOS_SYSTEM_CALL */ in MPU_xTaskGenericNotify() argument
947 …askGenericNotify( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pulPreviousNotificationValue ); in MPU_xTaskGenericNotify()
955 …askGenericNotify( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pulPreviousNotificationValue ); in MPU_xTaskGenericNotify()
/Kernel-v11.0.1/
Dtasks.c7903 uint32_t * pulPreviousNotificationValue ) in xTaskGenericNotify() argument
7909 …askGenericNotify( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pulPreviousNotificationValue ); in xTaskGenericNotify()
7917 if( pulPreviousNotificationValue != NULL ) in xTaskGenericNotify()
7919 *pulPreviousNotificationValue = pxTCB->ulNotifiedValue[ uxIndexToNotify ]; in xTaskGenericNotify()
8023 uint32_t * pulPreviousNotificationValue, in xTaskGenericNotifyFromISR() argument
8031 …ifyFromISR( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pulPreviousNotificationValue, pxHigh… in xTaskGenericNotifyFromISR()
8058 if( pulPreviousNotificationValue != NULL ) in xTaskGenericNotifyFromISR()
8060 *pulPreviousNotificationValue = pxTCB->ulNotifiedValue[ uxIndexToNotify ]; in xTaskGenericNotifyFromISR()