Home
last modified time | relevance | path

Searched refs:I2S_STANDARD_PCM_SHORT (Results 1 – 4 of 4) sorted by relevance

/bsp/acm32/acm32f4xx-nucleo/libraries/HAL_Driver/Inc/
A DHAL_I2S.h69 #define I2S_STANDARD_PCM_SHORT (I2S_CTL_I2SSTD) macro
198 ((__STANDARD__) == I2S_STANDARD_PCM_SHORT) || \
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/
A Dstm32l1xx_hal_i2s.h199 #define I2S_STANDARD_PCM_SHORT ((SPI_I2SCFGR_I2SSTD_0 | SPI_I2SCFGR_I2SSTD_1)) macro
519 ((__STANDARD__) == I2S_STANDARD_PCM_SHORT) || \
/bsp/apm32/libraries/APM32F0xx_Library/APM32F0xx_StdPeriphDriver/inc/
A Dapm32f0xx_spi.h253 I2S_STANDARD_PCM_SHORT = ((uint16_t)0x0030), //!< PCM short standard */ enumerator
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/
A Dstm32l1xx_hal_i2s.c407 …if ((hi2s->Init.Standard == I2S_STANDARD_PCM_SHORT) || ((hi2s->Init.Standard == I2S_STANDARD_PCM_L… in HAL_I2S_Init()

Completed in 16 milliseconds