Home
last modified time | relevance | path

Searched defs:pxHigherPriorityTaskWoken (Results 1 – 14 of 14) sorted by relevance

/FreeRTOS-Kernel/include/
A Dtimers.h885 #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 Dqueue.h1037 #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 Dmessage_buffer.h495 …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 Dtask.h2783 #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 Dsemphr.h640 #define xSemaphoreGiveFromISR( xSemaphore, pxHigherPriorityTaskWoken ) xQueueGiveFromISR( ( Queu… argument
675 #define xSemaphoreTakeFromISR( xSemaphore, pxHigherPriorityTaskWoken ) xQueueReceiveFromISR( ( Q… argument
A Dmpu_prototypes.h64 BaseType_t * pxHigherPriorityTaskWoken; member
A DFreeRTOS.h1154 …#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 Dstream_buffer.c104 pxHigherPriorityTaskWoken ) \ argument
126pxHigherPriorityTaskWoken ) \ 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 Dtimers.c451 BaseType_t * const pxHigherPriorityTaskWoken, in xTimerGenericCommandFromTask()
500 BaseType_t * const pxHigherPriorityTaskWoken, in xTimerGenericCommandFromISR()
1239 BaseType_t * pxHigherPriorityTaskWoken ) in xTimerPendFunctionCallFromISR()
A Dqueue.c1169 BaseType_t * const pxHigherPriorityTaskWoken, in xQueueGenericSendFromISR()
1339 BaseType_t * const pxHigherPriorityTaskWoken ) in xQueueGiveFromISR()
2041 BaseType_t * const pxHigherPriorityTaskWoken ) in xQueueReceiveFromISR()
A Devent_groups.c819 BaseType_t * pxHigherPriorityTaskWoken ) in xEventGroupSetBitsFromISR()
A Dtasks.c8032 BaseType_t * pxHigherPriorityTaskWoken ) in xTaskGenericNotifyFromISR()
8211 BaseType_t * pxHigherPriorityTaskWoken ) in vTaskGenericNotifyGiveFromISR()
/FreeRTOS-Kernel/portable/Common/
A Dmpu_wrappers_v2.c2118BaseType_t * pxHigherPriorityTaskWoken ) /* PRIVILEGED_FUNCTION */ in MPU_xTaskGenericNotifyFromISR()
2146BaseType_t * pxHigherPriorityTaskWoken ) /* PRIVILEGED_FUNCTION */ in MPU_vTaskGenericNotifyGiveFromISR()
3113 BaseType_t * const pxHigherPriorityTaskWoken, in MPU_xQueueGenericSendFromISR()
3138BaseType_t * const pxHigherPriorityTaskWoken ) /* PRIVILEGED_FUNCTION */ in MPU_xQueueGiveFromISR()
3187BaseType_t * const pxHigherPriorityTaskWoken ) /* PRIVILEGED_FUNCTION */ in MPU_xQueueReceiveFromISR()
3478 BaseType_t * const pxHigherPriorityTaskWoken, in MPU_xTimerGenericCommandFromTask()
3868 BaseType_t * const pxHigherPriorityTaskWoken, in MPU_xTimerGenericCommandFromISR()
4316BaseType_t * pxHigherPriorityTaskWoken ) /* PRIVILEGED_FUNCTION */ in MPU_xEventGroupSetBitsFromISR()
4881BaseType_t * const pxHigherPriorityTaskWoken ) /* PRIVILEGED_FUNCTION */ in MPU_xStreamBufferSendFromISR()
4910BaseType_t * const pxHigherPriorityTaskWoken ) /* PRIVILEGED_FUNCTION */ in MPU_xStreamBufferReceiveFromISR()
[all …]
A Dmpu_wrappers.c1959 BaseType_t * const pxHigherPriorityTaskWoken, in MPU_xTimerGenericCommandFromTask()

Completed in 69 milliseconds