Searched refs:uxIndexToWaitOn (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-3.6.0/components/freertos/include/freertos/ |
D | task.h | 2695 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 ) )
|
D | mpu_prototypes.h | 99 BaseType_t MPU_xTaskGenericNotifyWait( UBaseType_t uxIndexToWaitOn, 104 uint32_t MPU_ulTaskGenericNotifyTake( UBaseType_t uxIndexToWaitOn,
|