Searched refs:queue_num (Results 1 – 2 of 2) sorted by relevance
126 uint32_t queue_num; //!< Queue number (populated by user during initialization) member214 cy_rslt_t cyhal_ipc_queue_get_handle(cyhal_ipc_t *obj, uint32_t channel_num, uint32_t queue_num);
664 (queue_handle->queue_num == queue_to_be_added->queue_num)) in _cyhal_ipc_check_queue_number_used()1277 cy_rslt_t cyhal_ipc_queue_get_handle(cyhal_ipc_t *obj, uint32_t channel_num, uint32_t queue_num) in cyhal_ipc_queue_get_handle() argument1318 if ((queue_ptr->channel_num == channel_num) && (queue_ptr->queue_num == queue_num)) in cyhal_ipc_queue_get_handle()