Home
last modified time | relevance | path

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

/Kernel-v10.6.2/
Dstream_buffer.c757 ( void ) xTaskNotifyWait( ( uint32_t ) 0, ( uint32_t ) 0, NULL, xTicksToWait ); in xStreamBufferSend()
960 ( void ) xTaskNotifyWait( ( uint32_t ) 0, ( uint32_t ) 0, NULL, xTicksToWait ); in xStreamBufferReceive()
/Kernel-v10.6.2/include/
Dtask.h2457 #define xTaskNotifyWait( ulBitsToClearOnEntry, ulBitsToClearOnExit, pulNotificationValue, xTicksToW… macro