Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_ipc.c1220 cyhal_ipc_queue_t *current_queue_obj = _cyhal_ipc_service_data->queues_ll_pointer; in cyhal_ipc_queue_free() local
1236 while (NULL != current_queue_obj) in cyhal_ipc_queue_free()
1238 … INVALIDATE_DCACHE_BEFORE_READING_FROM_MEMORY(current_queue_obj, sizeof(*current_queue_obj)); in cyhal_ipc_queue_free()
1239 if (current_queue_obj->next_queue_obj == obj->queue_obj) in cyhal_ipc_queue_free()
1241 …IPC_STRUCT_Type *ipc_base = Cy_IPC_Drv_GetIpcBaseAddress(current_queue_obj->next_queue_obj->channe… in cyhal_ipc_queue_free()
1244 …INVALIDATE_DCACHE_BEFORE_READING_FROM_MEMORY(current_queue_obj->next_queue_obj, sizeof(*current_qu… in cyhal_ipc_queue_free()
1245current_queue_obj->next_queue_obj = current_queue_obj->next_queue_obj->next_queue_obj; in cyhal_ipc_queue_free()
1246 … CLEAR_DCACHE_AFTER_WRITING_TO_MEMORY(current_queue_obj, sizeof(*current_queue_obj)); in cyhal_ipc_queue_free()
1250 current_queue_obj = current_queue_obj->next_queue_obj; in cyhal_ipc_queue_free()