Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_ipc.c101 #define _CYHAL_IPC_SERVICE_SEMA_TIMEOUT_US (2000) macro
520 uint32_t timeout_acq = _CYHAL_IPC_SERVICE_SEMA_TIMEOUT_US; in _cyhal_ipc_clear_interrupt()
521 uint32_t timeout_give = _CYHAL_IPC_SERVICE_SEMA_TIMEOUT_US; in _cyhal_ipc_clear_interrupt()
574 uint32_t timeout_acq = _CYHAL_IPC_SERVICE_SEMA_TIMEOUT_US; in _cyhal_ipc_set_isr_expected()
575 uint32_t timeout_give = _CYHAL_IPC_SERVICE_SEMA_TIMEOUT_US; in _cyhal_ipc_set_isr_expected()
605 uint32_t timeout_acq = _CYHAL_IPC_SERVICE_SEMA_TIMEOUT_US; in _cyhal_ipc_enable_interrupt()
606 uint32_t timeout_give = _CYHAL_IPC_SERVICE_SEMA_TIMEOUT_US; in _cyhal_ipc_enable_interrupt()
1225 uint32_t timeout = _CYHAL_IPC_SERVICE_SEMA_TIMEOUT_US; in cyhal_ipc_queue_free()
1228 timeout = _CYHAL_IPC_SERVICE_SEMA_TIMEOUT_US;; in cyhal_ipc_queue_free()