Searched refs:stereo (Results 1 – 3 of 3) sorted by relevance
73 - A typical stereo setup is to play left channel for left speaker and right channel for right speak…
274 sai_mono_stereo_t stereo; /*!< Mono or stereo */ member
1863 bclk = format->sampleRate_Hz * format->bitWidth * (format->stereo == kSAI_Stereo ? 2U : 1U); in SAI_TxSetFormat()1931 base->TMR = (uint32_t)format->stereo; in SAI_TxSetFormat()2006 bclk = format->sampleRate_Hz * format->bitWidth * (format->stereo == kSAI_Stereo ? 2U : 1U); in SAI_RxSetFormat()2073 base->RMR = (uint32_t)format->stereo; in SAI_RxSetFormat()