/FreeRTOS-Kernel/include/ |
A D | timers.h | 885 #define xTimerStartFromISR( xTimer, pxHigherPriorityTaskWoken ) \ argument 949 #define xTimerStopFromISR( xTimer, pxHigherPriorityTaskWoken ) \ argument 1023 #define xTimerChangePeriodFromISR( xTimer, xNewPeriod, pxHigherPriorityTaskWoken ) \ argument 1110 #define xTimerResetFromISR( xTimer, pxHigherPriorityTaskWoken ) \ argument 1375 #define xTimerGenericCommand( xTimer, xCommandID, xOptionalValue, pxHigherPriorityTaskWoken, xTicks… argument
|
A D | queue.h | 1037 #define xQueueSendToFrontFromISR( xQueue, pvItemToQueue, pxHigherPriorityTaskWoken ) \ argument 1109 #define xQueueSendToBackFromISR( xQueue, pvItemToQueue, pxHigherPriorityTaskWoken ) \ argument 1200 #define xQueueOverwriteFromISR( xQueue, pvItemToQueue, pxHigherPriorityTaskWoken ) \ argument 1278 #define xQueueSendFromISR( xQueue, pvItemToQueue, pxHigherPriorityTaskWoken ) \ argument
|
A D | message_buffer.h | 495 …MessageBufferSendFromISR( xMessageBuffer, pvTxData, xDataLengthBytes, pxHigherPriorityTaskWoken ) \ argument 692 …geBufferReceiveFromISR( xMessageBuffer, pvRxData, xBufferLengthBytes, pxHigherPriorityTaskWoken ) \ argument 914 #define xMessageBufferSendCompletedFromISR( xMessageBuffer, pxHigherPriorityTaskWoken ) \ argument 958 #define xMessageBufferReceiveCompletedFromISR( xMessageBuffer, pxHigherPriorityTaskWoken ) \ argument
|
A D | task.h | 2783 #define xTaskNotifyFromISR( xTaskToNotify, ulValue, eAction, pxHigherPriorityTaskWoken ) \ argument 2785 …tifyIndexedFromISR( xTaskToNotify, uxIndexToNotify, ulValue, eAction, pxHigherPriorityTaskWoken ) \ argument 2812 …ify, uxIndexToNotify, ulValue, eAction, pulPreviousNotificationValue, pxHigherPriorityTaskWoken ) \ argument 2814 …omISR( xTaskToNotify, ulValue, eAction, pulPreviousNotificationValue, pxHigherPriorityTaskWoken ) \ argument 3090 #define vTaskNotifyGiveFromISR( xTaskToNotify, pxHigherPriorityTaskWoken ) \ argument 3092 #define vTaskNotifyGiveIndexedFromISR( xTaskToNotify, uxIndexToNotify, pxHigherPriorityTaskWoken ) \ argument
|
A D | semphr.h | 640 #define xSemaphoreGiveFromISR( xSemaphore, pxHigherPriorityTaskWoken ) xQueueGiveFromISR( ( Queu… argument 675 #define xSemaphoreTakeFromISR( xSemaphore, pxHigherPriorityTaskWoken ) xQueueReceiveFromISR( ( Q… argument
|
A D | mpu_prototypes.h | 64 BaseType_t * pxHigherPriorityTaskWoken; member
|
A D | FreeRTOS.h | 1154 …#define traceENTER_xEventGroupSetBitsFromISR( xEventGroup, uxBitsToSet, pxHigherPriorityTaskWoken ) argument 1282 …#define traceENTER_xQueueGenericSendFromISR( xQueue, pvItemToQueue, pxHigherPriorityTaskWoken, xCo… argument 1290 #define traceENTER_xQueueGiveFromISR( xQueue, pxHigherPriorityTaskWoken ) argument 1322 #define traceENTER_xQueueReceiveFromISR( xQueue, pvBuffer, pxHigherPriorityTaskWoken ) argument 1570 …TimerGenericCommandFromISR( xTimer, xCommandID, xOptionalValue, pxHigherPriorityTaskWoken, xTicksT… argument 1666 …erPendFunctionCallFromISR( xFunctionToPend, pvParameter1, ulParameter2, pxHigherPriorityTaskWoken ) argument 2366 …aceENTER_vTaskGenericNotifyGiveFromISR( xTaskToNotify, uxIndexToNotify, pxHigherPriorityTaskWoken ) argument 2510 …ER_xStreamBufferSendFromISR( xStreamBuffer, pvTxData, xDataLengthBytes, pxHigherPriorityTaskWoken ) argument 2534 …treamBufferReceiveFromISR( xStreamBuffer, pvRxData, xBufferLengthBytes, pxHigherPriorityTaskWoken ) argument 2558 #define traceENTER_xStreamBufferSendCompletedFromISR( xStreamBuffer, pxHigherPriorityTaskWoken ) argument [all …]
|
/FreeRTOS-Kernel/ |
A D | stream_buffer.c | 104 pxHigherPriorityTaskWoken ) \ argument 126 … pxHigherPriorityTaskWoken ) \ argument 138 #define prvRECEIVE_COMPLETED_FROM_ISR( pxStreamBuffer, pxHigherPriorityTaskWoken ) \ argument 183 #define sbSEND_COMPLETE_FROM_ISR( pxStreamBuffer, pxHigherPriorityTaskWoken ) \ argument 205 …#define prvSEND_COMPLETE_FROM_ISR( pxStreamBuffer, pxHigherPriorityTaskWoken ) … argument 217 #define prvSEND_COMPLETE_FROM_ISR( pxStreamBuffer, pxHigherPriorityTaskWoken ) \ argument 946 BaseType_t * const pxHigherPriorityTaskWoken ) in xStreamBufferSendFromISR() 1216 BaseType_t * const pxHigherPriorityTaskWoken ) in xStreamBufferReceiveFromISR() 1399 BaseType_t * pxHigherPriorityTaskWoken ) in xStreamBufferSendCompletedFromISR() 1438 BaseType_t * pxHigherPriorityTaskWoken ) in xStreamBufferReceiveCompletedFromISR()
|
A D | timers.c | 451 BaseType_t * const pxHigherPriorityTaskWoken, in xTimerGenericCommandFromTask() 500 BaseType_t * const pxHigherPriorityTaskWoken, in xTimerGenericCommandFromISR() 1239 BaseType_t * pxHigherPriorityTaskWoken ) in xTimerPendFunctionCallFromISR()
|
A D | queue.c | 1169 BaseType_t * const pxHigherPriorityTaskWoken, in xQueueGenericSendFromISR() 1339 BaseType_t * const pxHigherPriorityTaskWoken ) in xQueueGiveFromISR() 2041 BaseType_t * const pxHigherPriorityTaskWoken ) in xQueueReceiveFromISR()
|
A D | event_groups.c | 819 BaseType_t * pxHigherPriorityTaskWoken ) in xEventGroupSetBitsFromISR()
|
A D | tasks.c | 8032 BaseType_t * pxHigherPriorityTaskWoken ) in xTaskGenericNotifyFromISR() 8211 BaseType_t * pxHigherPriorityTaskWoken ) in vTaskGenericNotifyGiveFromISR()
|
/FreeRTOS-Kernel/portable/Common/ |
A D | mpu_wrappers_v2.c | 2118 … BaseType_t * pxHigherPriorityTaskWoken ) /* PRIVILEGED_FUNCTION */ in MPU_xTaskGenericNotifyFromISR() 2146 … BaseType_t * pxHigherPriorityTaskWoken ) /* PRIVILEGED_FUNCTION */ in MPU_vTaskGenericNotifyGiveFromISR() 3113 BaseType_t * const pxHigherPriorityTaskWoken, in MPU_xQueueGenericSendFromISR() 3138 … BaseType_t * const pxHigherPriorityTaskWoken ) /* PRIVILEGED_FUNCTION */ in MPU_xQueueGiveFromISR() 3187 … BaseType_t * const pxHigherPriorityTaskWoken ) /* PRIVILEGED_FUNCTION */ in MPU_xQueueReceiveFromISR() 3478 BaseType_t * const pxHigherPriorityTaskWoken, in MPU_xTimerGenericCommandFromTask() 3868 BaseType_t * const pxHigherPriorityTaskWoken, in MPU_xTimerGenericCommandFromISR() 4316 … BaseType_t * pxHigherPriorityTaskWoken ) /* PRIVILEGED_FUNCTION */ in MPU_xEventGroupSetBitsFromISR() 4881 … BaseType_t * const pxHigherPriorityTaskWoken ) /* PRIVILEGED_FUNCTION */ in MPU_xStreamBufferSendFromISR() 4910 … BaseType_t * const pxHigherPriorityTaskWoken ) /* PRIVILEGED_FUNCTION */ in MPU_xStreamBufferReceiveFromISR() [all …]
|
A D | mpu_wrappers.c | 1959 BaseType_t * const pxHigherPriorityTaskWoken, in MPU_xTimerGenericCommandFromTask()
|