Home
last modified time | relevance | path

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

/Zephyr-latest/modules/hal_infineon/abstraction-rtos/source/COMPONENT_ZEPHYR/
Dcyabs_rtos_zephyr.c42 static cy_rtos_error_t dbgErr;
44 cy_rtos_error_t cy_rtos_last_error(void) in cy_rtos_last_error()
50 static cy_rslt_t error_converter(cy_rtos_error_t internalError) in error_converter()
109 cy_rtos_error_t status_internal = 0; in cy_rtos_create_thread()
257 cy_rtos_error_t status_internal; in cy_rtos_join_thread()
292 cy_rtos_error_t status_internal; in cy_rtos_wait_thread_notification()
331 cy_rtos_error_t status_internal; in cy_rtos_init_mutex2()
350 cy_rtos_error_t status_internal; in cy_rtos_get_mutex()
373 cy_rtos_error_t status_internal; in cy_rtos_set_mutex()
411 cy_rtos_error_t status_internal; in cy_rtos_init_semaphore()
[all …]
/Zephyr-latest/modules/hal_infineon/abstraction-rtos/include/COMPONENT_ZEPHYR/
Dcyabs_rtos_impl.h103 typedef int cy_rtos_error_t; typedef