Home
last modified time | relevance | path

Searched refs:uxNotificationIndex (Results 1 – 3 of 3) sorted by relevance

/FreeRTOS-Kernel/
A Dstream_buffer.c73 ( pxStreamBuffer )->uxNotificationIndex, \
113 ( pxStreamBuffer )->uxNotificationIndex, \
153 ( pxStreamBuffer )->uxNotificationIndex, \
192 ( pxStreamBuffer )->uxNotificationIndex, \
1417 ( pxStreamBuffer )->uxNotificationIndex, in xStreamBufferSendCompletedFromISR()
1456 ( pxStreamBuffer )->uxNotificationIndex, in xStreamBufferReceiveCompletedFromISR()
1613 pxStreamBuffer->uxNotificationIndex = tskDEFAULT_INDEX_TO_NOTIFY; in prvInitialiseNewStreamBuffer()
1645 return pxStreamBuffer->uxNotificationIndex; in uxStreamBufferGetStreamBufferNotificationIndex()
1650 UBaseType_t uxNotificationIndex ) in vStreamBufferSetStreamBufferNotificationIndex() argument
1661 configASSERT( uxNotificationIndex < configTASK_NOTIFICATION_ARRAY_ENTRIES ); in vStreamBufferSetStreamBufferNotificationIndex()
[all …]
/FreeRTOS-Kernel/include/
A Dstream_buffer.h1246 … UBaseType_t uxNotificationIndex ) PRIVILEGED_FUNCTION;
A DFreeRTOS.h2578 #define traceRETURN_uxStreamBufferGetStreamBufferNotificationIndex( uxNotificationIndex ) argument
2582 …fine traceENTER_vStreamBufferSetStreamBufferNotificationIndex( xStreamBuffer, uxNotificationIndex ) argument

Completed in 17 milliseconds