Home
last modified time | relevance | path

Searched refs:CY_RTOS_MAX_SUSPEND_NESTING (Results 1 – 3 of 3) sorted by relevance

/hal_infineon-latest/abstraction-rtos/include/COMPONENT_FREERTOS/
Dcyabs_rtos_impl.h53 #if !defined(CY_RTOS_MAX_SUSPEND_NESTING)
54 #define CY_RTOS_MAX_SUSPEND_NESTING 3 /**< Maximum nesting allowed for calls macro
/hal_infineon-latest/abstraction-rtos/source/COMPONENT_FREERTOS/
Dcyabs_rtos_freertos.c399 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()
/hal_infineon-latest/abstraction-rtos/
DREADME.md72 The size of this structure can be controlled with CY_RTOS_MAX_SUSPEND_NESTING. This macro is overri…