Home
last modified time | relevance | path

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

/hal_infineon-latest/abstraction-rtos/source/COMPONENT_THREADX/
Dcyabs_rtos_threadx.c564 return convert_error(tx_semaphore_create(&(semaphore->tx_semaphore), TX_NULL, initcount)); in cy_rtos_semaphore_init()
581 tx_semaphore_get(&(semaphore->tx_semaphore), convert_ms_to_ticks(timeout_ms)); in cy_rtos_semaphore_get()
602 return convert_error(tx_semaphore_ceiling_put(&(semaphore->tx_semaphore), semaphore->maxcount)); in cy_rtos_semaphore_set()
615 return convert_error(tx_semaphore_info_get(&(semaphore->tx_semaphore), TX_NULL, (ULONG*)count, in cy_rtos_semaphore_get_count()
629 return convert_error(tx_semaphore_delete(&(semaphore->tx_semaphore))); in cy_rtos_semaphore_deinit()
/hal_infineon-latest/abstraction-rtos/include/COMPONENT_THREADX/
Dcyabs_rtos_impl.h80 TX_SEMAPHORE tx_semaphore; member