Searched refs:chns (Results 1 – 3 of 3) sorted by relevance
1345 unsigned int chns = 0; in snd_pcm_areas_silence() local1349 chns++; in snd_pcm_areas_silence()1357 if (chns > 1 && chns * width == step) { in snd_pcm_areas_silence()1363 err = snd_pcm_area_silence(&d, dst_offset * chns, frames * chns, format); in snd_pcm_areas_silence()1364 channels -= chns; in snd_pcm_areas_silence()1508 unsigned int chns = 0; in snd_pcm_areas_copy() local1511 chns++; in snd_pcm_areas_copy()1522 if (chns > 1 && chns * width == step) { in snd_pcm_areas_copy()1535 &s, src_offset * chns, in snd_pcm_areas_copy()1536 frames * chns, format); in snd_pcm_areas_copy()[all …]
55 void ADC_ChnSelect(ADC_TypeDef * ADCx, uint32_t chns);
265 void ADC_ChnSelect(ADC_TypeDef * ADCx, uint32_t chns) in ADC_ChnSelect() argument268 ADCx->CTRL |= (chns << ADC_CTRL_CH0_Pos); in ADC_ChnSelect()
Completed in 18 milliseconds