Searched refs:pulPreviousNotificationValue (Results 1 – 6 of 6) sorted by relevance
/FreeRTOS-Kernel/include/ |
A D | task.h | 2629 uint32_t * pulPreviousNotificationValue ) PRIVILEGED_FUNCTION; 2781 uint32_t * pulPreviousNotificationValue, 2812 …xedFromISR( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pulPreviousNotificationValue, pxHigh… argument 2813 …kToNotify ), ( uxIndexToNotify ), ( ulValue ), ( eAction ), ( pulPreviousNotificationValue ), ( px… 2814 #define xTaskNotifyAndQueryFromISR( xTaskToNotify, ulValue, eAction, pulPreviousNotificationValue, … argument 2815 …, ( tskDEFAULT_INDEX_TO_NOTIFY ), ( ulValue ), ( eAction ), ( pulPreviousNotificationValue ), ( px…
|
A D | mpu_prototypes.h | 47 uint32_t * pulPreviousNotificationValue; member 114 uint32_t * pulPreviousNotificationValue ) FREERTOS_SYSTEM_CALL; 211 uint32_t * pulPreviousNotificationValue,
|
A D | FreeRTOS.h | 2350 …TaskGenericNotify( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pulPreviousNotificationValue ) argument 2358 …ifyFromISR( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pulPreviousNotificationValue, pxHigh… argument
|
/FreeRTOS-Kernel/portable/Common/ |
A D | mpu_wrappers_v2.c | 1274 … uint32_t * pulPreviousNotificationValue ) /* FREERTOS_SYSTEM_CALL */ in MPU_xTaskGenericNotify() argument 1283 xParams.pulPreviousNotificationValue = pulPreviousNotificationValue; in MPU_xTaskGenericNotify() 1317 if( pxParams->pulPreviousNotificationValue != NULL ) in MPU_xTaskGenericNotifyImpl() 1319 …tificationValueWriteable = xPortIsAuthorizedToAccessBuffer( pxParams->pulPreviousNotificationValue, in MPU_xTaskGenericNotifyImpl() 1324 if( ( pxParams->pulPreviousNotificationValue == NULL ) || in MPU_xTaskGenericNotifyImpl() 1343 … pxParams->pulPreviousNotificationValue ); in MPU_xTaskGenericNotifyImpl() 2117 uint32_t * pulPreviousNotificationValue, in MPU_xTaskGenericNotifyFromISR() argument 2132 …mISR( xInternalTaskHandle, uxIndexToNotify, ulValue, eAction, pulPreviousNotificationValue, pxHigh… in MPU_xTaskGenericNotifyFromISR()
|
A D | mpu_wrappers.c | 940 … uint32_t * pulPreviousNotificationValue ) /* FREERTOS_SYSTEM_CALL */ in MPU_xTaskGenericNotify() argument 949 …askGenericNotify( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pulPreviousNotificationValue ); in MPU_xTaskGenericNotify() 957 …askGenericNotify( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pulPreviousNotificationValue ); in MPU_xTaskGenericNotify()
|
/FreeRTOS-Kernel/ |
A D | tasks.c | 7911 uint32_t * pulPreviousNotificationValue ) in xTaskGenericNotify() argument 7917 …askGenericNotify( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pulPreviousNotificationValue ); in xTaskGenericNotify() 7925 if( pulPreviousNotificationValue != NULL ) in xTaskGenericNotify() 7927 *pulPreviousNotificationValue = pxTCB->ulNotifiedValue[ uxIndexToNotify ]; in xTaskGenericNotify() 8031 uint32_t * pulPreviousNotificationValue, in xTaskGenericNotifyFromISR() argument 8039 …ifyFromISR( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pulPreviousNotificationValue, pxHigh… in xTaskGenericNotifyFromISR() 8069 if( pulPreviousNotificationValue != NULL ) in xTaskGenericNotifyFromISR() 8071 *pulPreviousNotificationValue = pxTCB->ulNotifiedValue[ uxIndexToNotify ]; in xTaskGenericNotifyFromISR()
|
Completed in 48 milliseconds