Searched refs:new_channel (Results 1 – 4 of 4) sorted by relevance
164 uint8_t new_channel; in events_allocate() local168 new_channel = _events_find_first_free_channel_and_allocate(); in events_allocate()170 if(new_channel == EVENTS_INVALID_CHANNEL) { in events_allocate()174 resource->channel = new_channel; in events_allocate()183 system_gclk_chan_set_config(EVSYS_GCLK_ID_0 + new_channel, &gclk_chan_conf); in events_allocate()184 system_gclk_chan_enable(EVSYS_GCLK_ID_0 + new_channel); in events_allocate()188 resource->channel_reg = EVSYS_CHANNEL_CHANNEL(new_channel) | in events_allocate()
167 uint8_t new_channel; in events_allocate() local171 new_channel = _events_find_first_free_channel_and_allocate(); in events_allocate()173 if(new_channel == EVENTS_INVALID_CHANNEL) { in events_allocate()177 resource->channel = new_channel; in events_allocate()186 system_gclk_chan_set_config(EVSYS_GCLK_ID_0 + new_channel, &gclk_chan_conf); in events_allocate()187 system_gclk_chan_enable(EVSYS_GCLK_ID_0 + new_channel); in events_allocate()
528 uint8_t new_channel; in dma_allocate() local540 new_channel = _dma_find_first_free_channel_and_allocate(); in dma_allocate()542 if (new_channel == DMA_INVALID_CHANNEL) { in dma_allocate()547 resource->channel_id = new_channel; in dma_allocate()
306 uint8_t new_channel; in dma_allocate() local338 new_channel = _dma_find_first_free_channel_and_allocate(); in dma_allocate()341 if (new_channel == DMA_INVALID_CHANNEL) { in dma_allocate()348 resource->channel_id = new_channel; in dma_allocate()
Completed in 10 milliseconds