Searched refs:CY_RTOS_MAX_SUSPEND_NESTING (Results 1 – 3 of 3) sorted by relevance
53 #if !defined(CY_RTOS_MAX_SUSPEND_NESTING)54 #define CY_RTOS_MAX_SUSPEND_NESTING 3 /**< Maximum nesting allowed for calls macro
399 UBaseType_t uxSavedInterruptStatus[CY_RTOS_MAX_SUSPEND_NESTING];408 if (_cy_rtos_suspend_count_from_ISR < (CY_RTOS_MAX_SUSPEND_NESTING -1)) in cy_rtos_scheduler_suspend()
72 The size of this structure can be controlled with CY_RTOS_MAX_SUSPEND_NESTING. This macro is overri…