Home
last modified time | relevance | path

Searched refs:cy_rtos_error_t (Results 1 – 9 of 9) sorted by relevance

/hal_infineon-latest/abstraction-rtos/source/COMPONENT_RTX/
Dcyabs_rtos_rtxv5.c43 static cy_rtos_error_t dbgErr;
49 cy_rtos_error_t cy_rtos_last_error(void) in cy_rtos_last_error()
60 static cy_rslt_t error_converter(cy_rtos_error_t internalError) in error_converter()
212 cy_rtos_error_t statusInternal; in cy_rtos_thread_terminate()
301 cy_rtos_error_t statusInternal; in cy_rtos_thread_join()
355 dbgErr = (cy_rtos_error_t)ret; in cy_rtos_thread_wait_notification()
383 dbgErr = (cy_rtos_error_t)ret; in cy_rtos_thread_set_notification()
485 cy_rtos_error_t statusInternal; in cy_rtos_mutex_get()
507 cy_rtos_error_t statusInternal; in cy_rtos_mutex_set()
529 cy_rtos_error_t statusInternal; in cy_rtos_mutex_deinit()
[all …]
/hal_infineon-latest/abstraction-rtos/source/COMPONENT_THREADX/
Dcyabs_rtos_threadx.c42 static cy_rtos_error_t last_error;
90 static inline cy_rslt_t convert_error(cy_rtos_error_t error) in convert_error()
108 cy_rtos_error_t cy_rtos_last_error(void) in cy_rtos_last_error()
173 cy_rtos_error_t tx_rslt = tx_thread_create(*thread, (CHAR*)name, entry_function, arg, stack, in cy_rtos_thread_create()
251 cy_rtos_error_t tx_rslt = tx_thread_info_get(*thread, TX_NULL, &thread_state, TX_NULL, TX_NULL, in cy_rtos_thread_get_state()
308 cy_rtos_error_t tx_rslt = tx_thread_info_get(*thread, TX_NULL, &thread_state, TX_NULL, TX_NULL, in cy_rtos_thread_join()
382 last_error = (cy_rtos_error_t)ret; in cy_rtos_thread_wait_notification()
418 cy_rtos_error_t tx_rslt = tx_thread_info_get(*thread, &temp_name, TX_NULL, TX_NULL, TX_NULL, in cy_rtos_thread_get_name()
510 cy_rtos_error_t tx_rslt = tx_mutex_get(mutex, convert_ms_to_ticks(timeout_ms)); in cy_rtos_mutex_get()
580 cy_rtos_error_t tx_rslt = in cy_rtos_semaphore_get()
[all …]
/hal_infineon-latest/abstraction-rtos/include/Template/
Dcyabs_rtos_impl.h104 typedef void* /* TODO: Replace with RTOS specific type*/ cy_rtos_error_t; typedef
/hal_infineon-latest/abstraction-rtos/include/COMPONENT_RTX/
Dcyabs_rtos_impl.h77 typedef osStatus_t cy_rtos_error_t; /** CMSIS definition of a error status */ typedef
/hal_infineon-latest/abstraction-rtos/include/COMPONENT_THREADX/
Dcyabs_rtos_impl.h104 typedef UINT cy_rtos_error_t; typedef
/hal_infineon-latest/abstraction-rtos/include/COMPONENT_FREERTOS/
Dcyabs_rtos_impl.h91 typedef BaseType_t cy_rtos_error_t; typedef
/hal_infineon-latest/abstraction-rtos/include/
Dcyabs_rtos.h184 cy_rtos_error_t cy_rtos_last_error(void);
/hal_infineon-latest/abstraction-rtos/
DREADME.md91 - `cy_rtos_error_t` : typedef from the underlying RTOS error type
/hal_infineon-latest/abstraction-rtos/source/COMPONENT_FREERTOS/
Dcyabs_rtos_freertos.c64 cy_rtos_error_t cy_rtos_last_error(void) in cy_rtos_last_error()