Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/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()
260 cy_rtos_error_t status_internal; in cy_rtos_join_thread()
295 cy_rtos_error_t status_internal; in cy_rtos_wait_thread_notification()
336 cy_rtos_error_t status_internal; in cy_rtos_init_mutex2()
355 cy_rtos_error_t status_internal; in cy_rtos_get_mutex()
378 cy_rtos_error_t status_internal; in cy_rtos_set_mutex()
416 cy_rtos_error_t status_internal; in cy_rtos_init_semaphore()
[all …]
/Zephyr-Core-3.7.0/modules/hal_infineon/abstraction-rtos/include/COMPONENT_ZEPHYR/
Dcyabs_rtos_impl.h103 typedef int cy_rtos_error_t; typedef