Lines Matching refs:uxNotificationIndex

73                                              ( pxStreamBuffer )->uxNotificationIndex, \
113 ( pxStreamBuffer )->uxNotificationIndex, \
153 ( pxStreamBuffer )->uxNotificationIndex, \
192 ( pxStreamBuffer )->uxNotificationIndex, \
251 …UBaseType_t uxNotificationIndex; /* The index we are using for notif… member
882 … ( void ) xTaskNotifyStateClearIndexed( NULL, pxStreamBuffer->uxNotificationIndex ); in xStreamBufferSend()
897 …( void ) xTaskNotifyWaitIndexed( pxStreamBuffer->uxNotificationIndex, ( uint32_t ) 0, ( uint32_t )… in xStreamBufferSend()
1104 ( void ) xTaskNotifyStateClearIndexed( NULL, pxStreamBuffer->uxNotificationIndex ); in xStreamBufferReceive()
1121 …( void ) xTaskNotifyWaitIndexed( pxStreamBuffer->uxNotificationIndex, ( uint32_t ) 0, ( uint32_t )… in xStreamBufferReceive()
1417 ( pxStreamBuffer )->uxNotificationIndex, in xStreamBufferSendCompletedFromISR()
1456 ( pxStreamBuffer )->uxNotificationIndex, in xStreamBufferReceiveCompletedFromISR()
1613 pxStreamBuffer->uxNotificationIndex = tskDEFAULT_INDEX_TO_NOTIFY; in prvInitialiseNewStreamBuffer()
1643 … traceRETURN_uxStreamBufferGetStreamBufferNotificationIndex( pxStreamBuffer->uxNotificationIndex ); in uxStreamBufferGetStreamBufferNotificationIndex()
1645 return pxStreamBuffer->uxNotificationIndex; in uxStreamBufferGetStreamBufferNotificationIndex()
1650 UBaseType_t uxNotificationIndex ) in vStreamBufferSetStreamBufferNotificationIndex() argument
1654 traceENTER_vStreamBufferSetStreamBufferNotificationIndex( xStreamBuffer, uxNotificationIndex ); in vStreamBufferSetStreamBufferNotificationIndex()
1663 configASSERT( uxNotificationIndex < configTASK_NOTIFICATION_ARRAY_ENTRIES ); in vStreamBufferSetStreamBufferNotificationIndex()
1665 pxStreamBuffer->uxNotificationIndex = uxNotificationIndex; in vStreamBufferSetStreamBufferNotificationIndex()