Searched refs:uxNotificationIndex (Results 1 – 3 of 3) sorted by relevance
/Kernel-v11.1.0/ |
D | stream_buffer.c | 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() [all …]
|
/Kernel-v11.1.0/include/ |
D | stream_buffer.h | 1246 … UBaseType_t uxNotificationIndex ) PRIVILEGED_FUNCTION;
|
D | FreeRTOS.h | 2553 #define traceRETURN_uxStreamBufferGetStreamBufferNotificationIndex( uxNotificationIndex ) argument 2557 …fine traceENTER_vStreamBufferSetStreamBufferNotificationIndex( xStreamBuffer, uxNotificationIndex ) argument
|