Home
last modified time | relevance | path

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

/bsp/allwinner/libraries/sunxi-hal/hal/source/sound/component/aw-alsa-lib/
A Dpcm.c1345 unsigned int chns = 0; in snd_pcm_areas_silence() local
1349 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() local
1511 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 …]
/bsp/synwit/libraries/SWM320_CSL/SWM320_StdPeriph_Driver/
A DSWM320_adc.h55 void ADC_ChnSelect(ADC_TypeDef * ADCx, uint32_t chns);
A DSWM320_adc.c265 void ADC_ChnSelect(ADC_TypeDef * ADCx, uint32_t chns) in ADC_ChnSelect() argument
268 ADCx->CTRL |= (chns << ADC_CTRL_CH0_Pos); in ADC_ChnSelect()

Completed in 18 milliseconds