Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-hal-cat1/include/
Dcyhal_ipc.h176 cy_rslt_t cyhal_ipc_semaphore_give(cyhal_ipc_t *obj);
/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_ipc.c495 …while ((CY_RSLT_SUCCESS != (result = cyhal_ipc_semaphore_give(obj))) && (is_never_timeout || (*tim… in _cyhal_ipc_give_core_sync_sema()
1070 (void)cyhal_ipc_semaphore_give(obj); in cyhal_ipc_semaphore_free()
1080 cy_rslt_t cyhal_ipc_semaphore_give(cyhal_ipc_t *obj) in cyhal_ipc_semaphore_give() function
1232 …while (CY_RSLT_SUCCESS != cyhal_ipc_semaphore_give(obj)) { cyhal_system_delay_us(_CYHAL_IPC_SERVIC… in cyhal_ipc_queue_free()