Searched refs:ret_chan (Results 1 – 2 of 2) sorted by relevance
128 …_err_t gdma_new_channel(const gdma_channel_alloc_config_t *config, gdma_channel_handle_t *ret_chan) in gdma_new_channel() argument136 ESP_GOTO_ON_FALSE(config && ret_chan, ESP_ERR_INVALID_ARG, err, TAG, "invalid argument"); in gdma_new_channel()193 *ret_chan = &alloc_tx_channel->base; // return the installed channel in gdma_new_channel()203 *ret_chan = &alloc_rx_channel->base; // return the installed channel in gdma_new_channel()207 group->group_id, pair->pair_id, *ret_chan); in gdma_new_channel()
161 …err_t gdma_new_channel(const gdma_channel_alloc_config_t *config, gdma_channel_handle_t *ret_chan);