Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_ipc.c758 …_t _cyhal_ipc_wait_lock_acquire(IPC_STRUCT_Type *ipc_base, uint32_t *timeout_us, bool wait_forever) in _cyhal_ipc_wait_lock_acquire() argument
764 (wait_forever || ((NULL != timeout_us) && (*timeout_us != 0)))) in _cyhal_ipc_wait_lock_acquire()
766 _cyhal_ipc_wait_step(wait_forever ? NULL : timeout_us, CYHAL_IPC_POLLING_INTERVAL_uS); in _cyhal_ipc_wait_lock_acquire()