Home
last modified time | relevance | path

Searched refs:cy_thread_priority_t (Results 1 – 13 of 13) sorted by relevance

/hal_infineon-latest/abstraction-rtos/include/COMPONENT_THREADX/COMPONENT_CAT5/
Dcyabs_rtos_impl_cat5.h52 } cy_thread_priority_t; typedef
93 } cy_thread_priority_t;
/hal_infineon-latest/abstraction-rtos/include/Template/
Dcyabs_rtos_impl.h83 } cy_thread_priority_t; typedef
/hal_infineon-latest/wifi-host-driver/WiFi_Host_Driver/src/include/
Dwhd_thread.h61 cy_thread_priority_t thread_priority;
/hal_infineon-latest/abstraction-rtos/include/COMPONENT_RTX/
Dcyabs_rtos_impl.h64 } cy_thread_priority_t; typedef
/hal_infineon-latest/abstraction-rtos/include/
Dcy_worker_thread.h76 cy_thread_priority_t priority; /**< Requested thread priority. */
Dcyabs_rtos.h222 cy_thread_priority_t priority, cy_thread_arg_t arg);
/hal_infineon-latest/abstraction-rtos/include/COMPONENT_THREADX/
Dcyabs_rtos_impl.h74 } cy_thread_priority_t; typedef
/hal_infineon-latest/abstraction-rtos/include/COMPONENT_FREERTOS/
Dcyabs_rtos_impl.h71 } cy_thread_priority_t; typedef
/hal_infineon-latest/wifi-host-driver/WiFi_Host_Driver/src/
Dwhd_thread.c61 … whd_driver->thread_info.thread_priority = (cy_thread_priority_t)whd_init_config->thread_priority; in whd_thread_info_init()
/hal_infineon-latest/abstraction-rtos/
DREADME.md93 The enum `cy_thread_priority_t` needs to have the following priority values defined and mapped to R…
/hal_infineon-latest/abstraction-rtos/source/COMPONENT_THREADX/
Dcyabs_rtos_threadx.c131 cy_thread_priority_t priority, cy_thread_arg_t arg) in cy_rtos_thread_create()
/hal_infineon-latest/abstraction-rtos/source/COMPONENT_FREERTOS/
Dcyabs_rtos_freertos.c88 cy_thread_priority_t priority, cy_thread_arg_t arg) in cy_rtos_thread_create()
/hal_infineon-latest/abstraction-rtos/source/COMPONENT_RTX/
Dcyabs_rtos_rtxv5.c136 cy_thread_priority_t priority, cy_thread_arg_t arg) in cy_rtos_thread_create()