Home
last modified time | relevance | path

Searched refs:xTaskNotifyWaitIndexed (Results 1 – 2 of 2) sorted by relevance

/Kernel-v11.1.0/
Dstream_buffer.c897 …( void ) xTaskNotifyWaitIndexed( pxStreamBuffer->uxNotificationIndex, ( uint32_t ) 0, ( uint32_t )… in xStreamBufferSend()
1121 …( void ) xTaskNotifyWaitIndexed( pxStreamBuffer->uxNotificationIndex, ( uint32_t ) 0, ( uint32_t )… in xStreamBufferReceive()
/Kernel-v11.1.0/include/
Dtask.h2909 #define xTaskNotifyWaitIndexed( uxIndexToWaitOn, ulBitsToClearOnEntry, ulBitsToClearOnExit, pulNoti… macro