Home
last modified time | relevance | path

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

/bsp/acm32/acm32f4xx-nucleo/libraries/HAL_Driver/Inc/
A DHAL_I2S.h70 #define I2S_STANDARD_PCM_LONG (I2S_CTL_I2SSTD | I2S_CTL_PCMSMOD) macro
199 ((__STANDARD__) == I2S_STANDARD_PCM_LONG))
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/
A Dstm32l1xx_hal_i2s.h200 #define I2S_STANDARD_PCM_LONG ((SPI_I2SCFGR_I2SSTD_0 | SPI_I2SCFGR_I2SSTD_1 | SPI_I2SCFG… macro
520 ((__STANDARD__) == I2S_STANDARD_PCM_LONG))
/bsp/apm32/libraries/APM32F0xx_Library/APM32F0xx_StdPeriphDriver/inc/
A Dapm32f0xx_spi.h254 I2S_STANDARD_PCM_LONG = ((uint16_t)0x00B0), //!< PCM long standard */ enumerator
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/
A Dstm32l1xx_hal_i2s.c407 …hi2s->Init.Standard == I2S_STANDARD_PCM_SHORT) || ((hi2s->Init.Standard == I2S_STANDARD_PCM_LONG))) in HAL_I2S_Init()

Completed in 10 milliseconds