Home
last modified time | relevance | path

Searched defs:ulBitsToClearOnEntry (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.6.0/components/freertos/include/freertos/
Dtask.h2700 #define xTaskNotifyWait( ulBitsToClearOnEntry, ulBitsToClearOnExit, pulNotificationValue, xTicksToW… argument
2702 #define xTaskNotifyWaitIndexed( uxIndexToWaitOn, ulBitsToClearOnEntry, ulBitsToClearOnExit, pulNoti… argument
/hal_espressif-3.6.0/components/freertos/
Dtasks.c5425 BaseType_t xTaskNotifyWait( uint32_t ulBitsToClearOnEntry, in xTaskNotifyWait()
5435 uint32_t ulBitsToClearOnEntry, in xTaskGenericNotifyWait()