Searched refs:I2S_InitStruct (Results 1 – 8 of 8) sorted by relevance
358 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() argument519 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 …]
394 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() argument494 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 …]
227 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() argument401 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 …]
290 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() argument444 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 …]
502 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);
447 void I2S_Init(SPI_TypeDef* SPIx, I2S_InitTypeDef* I2S_InitStruct);449 void I2S_StructInit(I2S_InitTypeDef* I2S_InitStruct);
481 void I2S_Init(SPI_TypeDef* SPIx, I2S_InitTypeDef* I2S_InitStruct);483 void I2S_StructInit(I2S_InitTypeDef* I2S_InitStruct);
2263 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