Searched refs:I2S_STANDARD_PCM_SHORT (Results 1 – 4 of 4) sorted by relevance
69 #define I2S_STANDARD_PCM_SHORT (I2S_CTL_I2SSTD) macro198 ((__STANDARD__) == I2S_STANDARD_PCM_SHORT) || \
199 #define I2S_STANDARD_PCM_SHORT ((SPI_I2SCFGR_I2SSTD_0 | SPI_I2SCFGR_I2SSTD_1)) macro519 ((__STANDARD__) == I2S_STANDARD_PCM_SHORT) || \
253 I2S_STANDARD_PCM_SHORT = ((uint16_t)0x0030), //!< PCM short standard */ enumerator
407 …if ((hi2s->Init.Standard == I2S_STANDARD_PCM_SHORT) || ((hi2s->Init.Standard == I2S_STANDARD_PCM_L… in HAL_I2S_Init()
Completed in 16 milliseconds