Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/freertos/include/freertos/
Dtask.h2695 BaseType_t xTaskGenericNotifyWait( UBaseType_t uxIndexToWaitOn,
2702 #define xTaskNotifyWaitIndexed( uxIndexToWaitOn, ulBitsToClearOnEntry, ulBitsToClearOnExit, pulNoti… argument
2703 …xTaskGenericNotifyWait( ( uxIndexToWaitOn ), ( ulBitsToClearOnEntry ), ( ulBitsToClearOnExit ), ( …
2979 uint32_t ulTaskGenericNotifyTake( UBaseType_t uxIndexToWaitOn,
2984 #define ulTaskNotifyTakeIndexed( uxIndexToWaitOn, xClearCountOnExit, xTicksToWait ) \ argument
2985 ulTaskGenericNotifyTake( ( uxIndexToWaitOn ), ( xClearCountOnExit ), ( xTicksToWait ) )
Dmpu_prototypes.h99 BaseType_t MPU_xTaskGenericNotifyWait( UBaseType_t uxIndexToWaitOn,
104 uint32_t MPU_ulTaskGenericNotifyTake( UBaseType_t uxIndexToWaitOn,