Searched refs:pulPreviousNotificationValue (Results 1 – 6 of 6) sorted by relevance
| /Kernel-v11.0.1/include/ |
| D | task.h | 2609 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…
|
| D | mpu_prototypes.h | 47 uint32_t * pulPreviousNotificationValue; member 114 uint32_t * pulPreviousNotificationValue ) FREERTOS_SYSTEM_CALL; 177 uint32_t * pulPreviousNotificationValue,
|
| D | FreeRTOS.h | 2273 …TaskGenericNotify( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pulPreviousNotificationValue ) argument 2281 …ifyFromISR( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pulPreviousNotificationValue, pxHigh… argument
|
| /Kernel-v11.0.1/portable/Common/ |
| D | mpu_wrappers_v2.c | 1269 … 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()
|
| D | mpu_wrappers.c | 938 … 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/ |
| D | tasks.c | 7903 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()
|