Home
last modified time | relevance | path

Searched refs:I2S_InitStruct (Results 1 – 8 of 8) sorted by relevance

/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/src/
A Dstm32f4xx_spi.c358 assert_param(IS_I2S_MODE(I2S_InitStruct->I2S_Mode)); in I2S_Init()
475 … (uint16_t)(I2S_InitStruct->I2S_Standard | (uint16_t)(I2S_InitStruct->I2S_DataFormat | \ in I2S_Init()
515 void I2S_StructInit(I2S_InitTypeDef* I2S_InitStruct) in I2S_StructInit() argument
519 I2S_InitStruct->I2S_Mode = I2S_Mode_SlaveTx; in I2S_StructInit()
522 I2S_InitStruct->I2S_Standard = I2S_Standard_Phillips; in I2S_StructInit()
525 I2S_InitStruct->I2S_DataFormat = I2S_DataFormat_16b; in I2S_StructInit()
534 I2S_InitStruct->I2S_CPOL = I2S_CPOL_Low; in I2S_StructInit()
740 assert_param(IS_I2S_MODE(I2S_InitStruct->I2S_Mode)); in I2S_FullDuplexConfig()
754 …if ((I2S_InitStruct->I2S_Mode == I2S_Mode_MasterTx) || (I2S_InitStruct->I2S_Mode == I2S_Mode_Slave… in I2S_FullDuplexConfig()
760 …if ((I2S_InitStruct->I2S_Mode == I2S_Mode_MasterRx) || (I2S_InitStruct->I2S_Mode == I2S_Mode_Slave… in I2S_FullDuplexConfig()
[all …]
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/
A Dstm32f0xx_ll_spi.c394 assert_param(IS_LL_I2S_MODE(I2S_InitStruct->Mode)); in LL_I2S_Init()
395 assert_param(IS_LL_I2S_STANDARD(I2S_InitStruct->Standard)); in LL_I2S_Init()
399 assert_param(IS_LL_I2S_CPOL(I2S_InitStruct->ClockPolarity)); in LL_I2S_Init()
414 I2S_InitStruct->Mode | I2S_InitStruct->Standard | in LL_I2S_Init()
415 I2S_InitStruct->DataFormat | I2S_InitStruct->ClockPolarity | in LL_I2S_Init()
427 if (I2S_InitStruct->AudioFreq != LL_I2S_AUDIOFREQ_DEFAULT) in LL_I2S_Init()
432 if (I2S_InitStruct->DataFormat != LL_I2S_DATAFORMAT_16B) in LL_I2S_Init()
491 void LL_I2S_StructInit(LL_I2S_InitTypeDef *I2S_InitStruct) in LL_I2S_StructInit() argument
494 I2S_InitStruct->Mode = LL_I2S_MODE_SLAVE_TX; in LL_I2S_StructInit()
496 I2S_InitStruct->DataFormat = LL_I2S_DATAFORMAT_16B; in LL_I2S_StructInit()
[all …]
/lk-master/external/platform/stm32f1xx/STM32F10x_StdPeriph_Driver/src/
A Dstm32f10x_spi.c227 assert_param(IS_I2S_MODE(I2S_InitStruct->I2S_Mode)); in I2S_Init()
232 assert_param(IS_I2S_CPOL(I2S_InitStruct->I2S_CPOL)); in I2S_Init()
357 … (uint16_t)(I2S_InitStruct->I2S_Standard | (uint16_t)(I2S_InitStruct->I2S_DataFormat | \ in I2S_Init()
358 (uint16_t)I2S_InitStruct->I2S_CPOL)))); in I2S_Init()
397 void I2S_StructInit(I2S_InitTypeDef* I2S_InitStruct) in I2S_StructInit() argument
401 I2S_InitStruct->I2S_Mode = I2S_Mode_SlaveTx; in I2S_StructInit()
404 I2S_InitStruct->I2S_Standard = I2S_Standard_Phillips; in I2S_StructInit()
407 I2S_InitStruct->I2S_DataFormat = I2S_DataFormat_16b; in I2S_StructInit()
410 I2S_InitStruct->I2S_MCLKOutput = I2S_MCLKOutput_Disable; in I2S_StructInit()
413 I2S_InitStruct->I2S_AudioFreq = I2S_AudioFreq_Default; in I2S_StructInit()
[all …]
/lk-master/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/src/
A Dstm32f2xx_spi.c290 assert_param(IS_I2S_MODE(I2S_InitStruct->I2S_Mode)); in I2S_Init()
295 assert_param(IS_I2S_CPOL(I2S_InitStruct->I2S_CPOL)); in I2S_Init()
400 … (uint16_t)(I2S_InitStruct->I2S_Standard | (uint16_t)(I2S_InitStruct->I2S_DataFormat | \ in I2S_Init()
401 (uint16_t)I2S_InitStruct->I2S_CPOL)))); in I2S_Init()
440 void I2S_StructInit(I2S_InitTypeDef* I2S_InitStruct) in I2S_StructInit() argument
444 I2S_InitStruct->I2S_Mode = I2S_Mode_SlaveTx; in I2S_StructInit()
447 I2S_InitStruct->I2S_Standard = I2S_Standard_Phillips; in I2S_StructInit()
450 I2S_InitStruct->I2S_DataFormat = I2S_DataFormat_16b; in I2S_StructInit()
453 I2S_InitStruct->I2S_MCLKOutput = I2S_MCLKOutput_Disable; in I2S_StructInit()
456 I2S_InitStruct->I2S_AudioFreq = I2S_AudioFreq_Default; in I2S_StructInit()
[all …]
/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/inc/
A Dstm32f4xx_spi.h502 void I2S_Init(SPI_TypeDef* SPIx, I2S_InitTypeDef* I2S_InitStruct);
504 void I2S_StructInit(I2S_InitTypeDef* I2S_InitStruct);
513 void I2S_FullDuplexConfig(SPI_TypeDef* I2Sxext, I2S_InitTypeDef* I2S_InitStruct);
/lk-master/external/platform/stm32f1xx/STM32F10x_StdPeriph_Driver/inc/
A Dstm32f10x_spi.h447 void I2S_Init(SPI_TypeDef* SPIx, I2S_InitTypeDef* I2S_InitStruct);
449 void I2S_StructInit(I2S_InitTypeDef* I2S_InitStruct);
/lk-master/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/inc/
A Dstm32f2xx_spi.h481 void I2S_Init(SPI_TypeDef* SPIx, I2S_InitTypeDef* I2S_InitStruct);
483 void I2S_StructInit(I2S_InitTypeDef* I2S_InitStruct);
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/
A Dstm32f0xx_ll_spi.h2263 ErrorStatus LL_I2S_Init(SPI_TypeDef *SPIx, LL_I2S_InitTypeDef *I2S_InitStruct);
2264 void LL_I2S_StructInit(LL_I2S_InitTypeDef *I2S_InitStruct);

Completed in 18 milliseconds