Searched refs:uxNotificationIndex (Results 1 – 3 of 3) sorted by relevance
73 ( 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() argument1661 configASSERT( uxNotificationIndex < configTASK_NOTIFICATION_ARRAY_ENTRIES ); in vStreamBufferSetStreamBufferNotificationIndex()[all …]
1246 … UBaseType_t uxNotificationIndex ) PRIVILEGED_FUNCTION;
2578 #define traceRETURN_uxStreamBufferGetStreamBufferNotificationIndex( uxNotificationIndex ) argument2582 …fine traceENTER_vStreamBufferSetStreamBufferNotificationIndex( xStreamBuffer, uxNotificationIndex ) argument
Completed in 17 milliseconds