Home
last modified time | relevance | path

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

12

/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_ll_spi.c399 ErrorStatus LL_I2S_Init(SPI_TypeDef *SPIx, LL_I2S_InitTypeDef *I2S_InitStruct) in LL_I2S_Init() argument
410 assert_param(IS_LL_I2S_MODE(I2S_InitStruct->Mode)); in LL_I2S_Init()
411 assert_param(IS_LL_I2S_STANDARD(I2S_InitStruct->Standard)); in LL_I2S_Init()
412 assert_param(IS_LL_I2S_DATAFORMAT(I2S_InitStruct->DataFormat)); in LL_I2S_Init()
413 assert_param(IS_LL_I2S_MCLK_OUTPUT(I2S_InitStruct->MCLKOutput)); in LL_I2S_Init()
414 assert_param(IS_LL_I2S_AUDIO_FREQ(I2S_InitStruct->AudioFreq)); in LL_I2S_Init()
415 assert_param(IS_LL_I2S_CPOL(I2S_InitStruct->ClockPolarity)); in LL_I2S_Init()
430 I2S_InitStruct->Mode | I2S_InitStruct->Standard | in LL_I2S_Init()
431 I2S_InitStruct->DataFormat | I2S_InitStruct->ClockPolarity | in LL_I2S_Init()
443 if (I2S_InitStruct->AudioFreq != LL_I2S_AUDIOFREQ_DEFAULT) in LL_I2S_Init()
[all …]
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_ll_spi.c397 ErrorStatus LL_I2S_Init(SPI_TypeDef *SPIx, LL_I2S_InitTypeDef *I2S_InitStruct) in LL_I2S_Init() argument
411 assert_param(IS_LL_I2S_MODE(I2S_InitStruct->Mode)); in LL_I2S_Init()
412 assert_param(IS_LL_I2S_STANDARD(I2S_InitStruct->Standard)); in LL_I2S_Init()
413 assert_param(IS_LL_I2S_DATAFORMAT(I2S_InitStruct->DataFormat)); in LL_I2S_Init()
414 assert_param(IS_LL_I2S_MCLK_OUTPUT(I2S_InitStruct->MCLKOutput)); in LL_I2S_Init()
415 assert_param(IS_LL_I2S_AUDIO_FREQ(I2S_InitStruct->AudioFreq)); in LL_I2S_Init()
416 assert_param(IS_LL_I2S_CPOL(I2S_InitStruct->ClockPolarity)); in LL_I2S_Init()
431 I2S_InitStruct->Mode | I2S_InitStruct->Standard | in LL_I2S_Init()
432 I2S_InitStruct->DataFormat | I2S_InitStruct->ClockPolarity | in LL_I2S_Init()
444 if (I2S_InitStruct->AudioFreq != LL_I2S_AUDIOFREQ_DEFAULT) in LL_I2S_Init()
[all …]
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_ll_spi.c364 ErrorStatus LL_I2S_Init(SPI_TypeDef *SPIx, LL_I2S_InitTypeDef *I2S_InitStruct) in LL_I2S_Init() argument
375 assert_param(IS_LL_I2S_MODE(I2S_InitStruct->Mode)); in LL_I2S_Init()
376 assert_param(IS_LL_I2S_STANDARD(I2S_InitStruct->Standard)); in LL_I2S_Init()
377 assert_param(IS_LL_I2S_DATAFORMAT(I2S_InitStruct->DataFormat)); in LL_I2S_Init()
378 assert_param(IS_LL_I2S_MCLK_OUTPUT(I2S_InitStruct->MCLKOutput)); in LL_I2S_Init()
379 assert_param(IS_LL_I2S_AUDIO_FREQ(I2S_InitStruct->AudioFreq)); in LL_I2S_Init()
380 assert_param(IS_LL_I2S_CPOL(I2S_InitStruct->ClockPolarity)); in LL_I2S_Init()
395 I2S_InitStruct->Mode | I2S_InitStruct->Standard | in LL_I2S_Init()
396 I2S_InitStruct->DataFormat | I2S_InitStruct->ClockPolarity | in LL_I2S_Init()
408 if (I2S_InitStruct->AudioFreq != LL_I2S_AUDIOFREQ_DEFAULT) in LL_I2S_Init()
[all …]
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_ll_spi.c354 ErrorStatus LL_I2S_Init(SPI_TypeDef *SPIx, LL_I2S_InitTypeDef *I2S_InitStruct) in LL_I2S_Init() argument
366 assert_param(IS_LL_I2S_MODE(I2S_InitStruct->Mode)); in LL_I2S_Init()
367 assert_param(IS_LL_I2S_STANDARD(I2S_InitStruct->Standard)); in LL_I2S_Init()
368 assert_param(IS_LL_I2S_DATAFORMAT(I2S_InitStruct->DataFormat)); in LL_I2S_Init()
369 assert_param(IS_LL_I2S_MCLK_OUTPUT(I2S_InitStruct->MCLKOutput)); in LL_I2S_Init()
370 assert_param(IS_LL_I2S_AUDIO_FREQ(I2S_InitStruct->AudioFreq)); in LL_I2S_Init()
371 assert_param(IS_LL_I2S_CPOL(I2S_InitStruct->ClockPolarity)); in LL_I2S_Init()
386 I2S_InitStruct->Mode | I2S_InitStruct->Standard | in LL_I2S_Init()
387 I2S_InitStruct->DataFormat | I2S_InitStruct->ClockPolarity | in LL_I2S_Init()
399 if (I2S_InitStruct->AudioFreq != LL_I2S_AUDIOFREQ_DEFAULT) in LL_I2S_Init()
[all …]
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_ll_spi.c367 ErrorStatus LL_I2S_Init(SPI_TypeDef *SPIx, LL_I2S_InitTypeDef *I2S_InitStruct) in LL_I2S_Init() argument
379 assert_param(IS_LL_I2S_MODE(I2S_InitStruct->Mode)); in LL_I2S_Init()
380 assert_param(IS_LL_I2S_STANDARD(I2S_InitStruct->Standard)); in LL_I2S_Init()
381 assert_param(IS_LL_I2S_DATAFORMAT(I2S_InitStruct->DataFormat)); in LL_I2S_Init()
382 assert_param(IS_LL_I2S_MCLK_OUTPUT(I2S_InitStruct->MCLKOutput)); in LL_I2S_Init()
383 assert_param(IS_LL_I2S_AUDIO_FREQ(I2S_InitStruct->AudioFreq)); in LL_I2S_Init()
384 assert_param(IS_LL_I2S_CPOL(I2S_InitStruct->ClockPolarity)); in LL_I2S_Init()
399 I2S_InitStruct->Mode | I2S_InitStruct->Standard | in LL_I2S_Init()
400 I2S_InitStruct->DataFormat | I2S_InitStruct->ClockPolarity | in LL_I2S_Init()
412 if (I2S_InitStruct->AudioFreq != LL_I2S_AUDIOFREQ_DEFAULT) in LL_I2S_Init()
[all …]
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_ll_spi.c366 ErrorStatus LL_I2S_Init(SPI_TypeDef *SPIx, LL_I2S_InitTypeDef *I2S_InitStruct) in LL_I2S_Init() argument
378 assert_param(IS_LL_I2S_MODE(I2S_InitStruct->Mode)); in LL_I2S_Init()
379 assert_param(IS_LL_I2S_STANDARD(I2S_InitStruct->Standard)); in LL_I2S_Init()
380 assert_param(IS_LL_I2S_DATAFORMAT(I2S_InitStruct->DataFormat)); in LL_I2S_Init()
381 assert_param(IS_LL_I2S_MCLK_OUTPUT(I2S_InitStruct->MCLKOutput)); in LL_I2S_Init()
382 assert_param(IS_LL_I2S_AUDIO_FREQ(I2S_InitStruct->AudioFreq)); in LL_I2S_Init()
383 assert_param(IS_LL_I2S_CPOL(I2S_InitStruct->ClockPolarity)); in LL_I2S_Init()
398 I2S_InitStruct->Mode | I2S_InitStruct->Standard | in LL_I2S_Init()
399 I2S_InitStruct->DataFormat | I2S_InitStruct->ClockPolarity | in LL_I2S_Init()
411 if (I2S_InitStruct->AudioFreq != LL_I2S_AUDIOFREQ_DEFAULT) in LL_I2S_Init()
[all …]
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_ll_spi.c370 ErrorStatus LL_I2S_Init(SPI_TypeDef *SPIx, LL_I2S_InitTypeDef *I2S_InitStruct) in LL_I2S_Init() argument
382 assert_param(IS_LL_I2S_MODE(I2S_InitStruct->Mode)); in LL_I2S_Init()
383 assert_param(IS_LL_I2S_STANDARD(I2S_InitStruct->Standard)); in LL_I2S_Init()
384 assert_param(IS_LL_I2S_DATAFORMAT(I2S_InitStruct->DataFormat)); in LL_I2S_Init()
385 assert_param(IS_LL_I2S_MCLK_OUTPUT(I2S_InitStruct->MCLKOutput)); in LL_I2S_Init()
386 assert_param(IS_LL_I2S_AUDIO_FREQ(I2S_InitStruct->AudioFreq)); in LL_I2S_Init()
387 assert_param(IS_LL_I2S_CPOL(I2S_InitStruct->ClockPolarity)); in LL_I2S_Init()
402 I2S_InitStruct->Mode | I2S_InitStruct->Standard | in LL_I2S_Init()
403 I2S_InitStruct->DataFormat | I2S_InitStruct->ClockPolarity | in LL_I2S_Init()
415 if (I2S_InitStruct->AudioFreq != LL_I2S_AUDIOFREQ_DEFAULT) in LL_I2S_Init()
[all …]
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_ll_spi.c373 ErrorStatus LL_I2S_Init(SPI_TypeDef *SPIx, LL_I2S_InitTypeDef *I2S_InitStruct) in LL_I2S_Init() argument
385 assert_param(IS_LL_I2S_MODE(I2S_InitStruct->Mode)); in LL_I2S_Init()
386 assert_param(IS_LL_I2S_STANDARD(I2S_InitStruct->Standard)); in LL_I2S_Init()
387 assert_param(IS_LL_I2S_DATAFORMAT(I2S_InitStruct->DataFormat)); in LL_I2S_Init()
388 assert_param(IS_LL_I2S_MCLK_OUTPUT(I2S_InitStruct->MCLKOutput)); in LL_I2S_Init()
389 assert_param(IS_LL_I2S_AUDIO_FREQ(I2S_InitStruct->AudioFreq)); in LL_I2S_Init()
390 assert_param(IS_LL_I2S_CPOL(I2S_InitStruct->ClockPolarity)); in LL_I2S_Init()
405 I2S_InitStruct->Mode | I2S_InitStruct->Standard | in LL_I2S_Init()
406 I2S_InitStruct->DataFormat | I2S_InitStruct->ClockPolarity | in LL_I2S_Init()
418 if (I2S_InitStruct->AudioFreq != LL_I2S_AUDIOFREQ_DEFAULT) in LL_I2S_Init()
[all …]
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_ll_spi.c373 ErrorStatus LL_I2S_Init(SPI_TypeDef *SPIx, LL_I2S_InitTypeDef *I2S_InitStruct) in LL_I2S_Init() argument
385 assert_param(IS_LL_I2S_MODE(I2S_InitStruct->Mode)); in LL_I2S_Init()
386 assert_param(IS_LL_I2S_STANDARD(I2S_InitStruct->Standard)); in LL_I2S_Init()
387 assert_param(IS_LL_I2S_DATAFORMAT(I2S_InitStruct->DataFormat)); in LL_I2S_Init()
388 assert_param(IS_LL_I2S_MCLK_OUTPUT(I2S_InitStruct->MCLKOutput)); in LL_I2S_Init()
389 assert_param(IS_LL_I2S_AUDIO_FREQ(I2S_InitStruct->AudioFreq)); in LL_I2S_Init()
390 assert_param(IS_LL_I2S_CPOL(I2S_InitStruct->ClockPolarity)); in LL_I2S_Init()
405 I2S_InitStruct->Mode | I2S_InitStruct->Standard | in LL_I2S_Init()
406 I2S_InitStruct->DataFormat | I2S_InitStruct->ClockPolarity | in LL_I2S_Init()
418 if (I2S_InitStruct->AudioFreq != LL_I2S_AUDIOFREQ_DEFAULT) in LL_I2S_Init()
[all …]
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_ll_spi.c398 ErrorStatus LL_I2S_Init(SPI_TypeDef *SPIx, LL_I2S_InitTypeDef *I2S_InitStruct) in LL_I2S_Init() argument
409 assert_param(IS_LL_I2S_MODE(I2S_InitStruct->Mode)); in LL_I2S_Init()
410 assert_param(IS_LL_I2S_STANDARD(I2S_InitStruct->Standard)); in LL_I2S_Init()
411 assert_param(IS_LL_I2S_DATAFORMAT(I2S_InitStruct->DataFormat)); in LL_I2S_Init()
412 assert_param(IS_LL_I2S_MCLK_OUTPUT(I2S_InitStruct->MCLKOutput)); in LL_I2S_Init()
413 assert_param(IS_LL_I2S_AUDIO_FREQ(I2S_InitStruct->AudioFreq)); in LL_I2S_Init()
414 assert_param(IS_LL_I2S_CPOL(I2S_InitStruct->ClockPolarity)); in LL_I2S_Init()
429 I2S_InitStruct->Mode | I2S_InitStruct->Standard | in LL_I2S_Init()
430 I2S_InitStruct->DataFormat | I2S_InitStruct->ClockPolarity | in LL_I2S_Init()
442 if (I2S_InitStruct->AudioFreq != LL_I2S_AUDIOFREQ_DEFAULT) in LL_I2S_Init()
[all …]
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_ll_spi.c385 ErrorStatus LL_I2S_Init(SPI_TypeDef *SPIx, LL_I2S_InitTypeDef *I2S_InitStruct) in LL_I2S_Init() argument
397 assert_param(IS_LL_I2S_MODE(I2S_InitStruct->Mode)); in LL_I2S_Init()
398 assert_param(IS_LL_I2S_STANDARD(I2S_InitStruct->Standard)); in LL_I2S_Init()
399 assert_param(IS_LL_I2S_DATAFORMAT(I2S_InitStruct->DataFormat)); in LL_I2S_Init()
400 assert_param(IS_LL_I2S_MCLK_OUTPUT(I2S_InitStruct->MCLKOutput)); in LL_I2S_Init()
401 assert_param(IS_LL_I2S_AUDIO_FREQ(I2S_InitStruct->AudioFreq)); in LL_I2S_Init()
402 assert_param(IS_LL_I2S_CPOL(I2S_InitStruct->ClockPolarity)); in LL_I2S_Init()
417 I2S_InitStruct->Mode | I2S_InitStruct->Standard | in LL_I2S_Init()
418 I2S_InitStruct->DataFormat | I2S_InitStruct->ClockPolarity | in LL_I2S_Init()
430 if (I2S_InitStruct->AudioFreq != LL_I2S_AUDIOFREQ_DEFAULT) in LL_I2S_Init()
[all …]
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_ll_spi.c418 ErrorStatus LL_I2S_Init(SPI_TypeDef *SPIx, LL_I2S_InitTypeDef *I2S_InitStruct) in LL_I2S_Init() argument
429 assert_param(IS_LL_I2S_MODE(I2S_InitStruct->Mode)); in LL_I2S_Init()
430 assert_param(IS_LL_I2S_STANDARD(I2S_InitStruct->Standard)); in LL_I2S_Init()
431 assert_param(IS_LL_I2S_DATAFORMAT(I2S_InitStruct->DataFormat)); in LL_I2S_Init()
432 assert_param(IS_LL_I2S_MCLK_OUTPUT(I2S_InitStruct->MCLKOutput)); in LL_I2S_Init()
433 assert_param(IS_LL_I2S_AUDIO_FREQ(I2S_InitStruct->AudioFreq)); in LL_I2S_Init()
434 assert_param(IS_LL_I2S_CPOL(I2S_InitStruct->ClockPolarity)); in LL_I2S_Init()
449 I2S_InitStruct->Mode | I2S_InitStruct->Standard | in LL_I2S_Init()
450 I2S_InitStruct->DataFormat | I2S_InitStruct->ClockPolarity | in LL_I2S_Init()
462 if (I2S_InitStruct->AudioFreq != LL_I2S_AUDIOFREQ_DEFAULT) in LL_I2S_Init()
[all …]
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_ll_spi.c382 ErrorStatus LL_I2S_Init(SPI_TypeDef *SPIx, LL_I2S_InitTypeDef *I2S_InitStruct) in LL_I2S_Init() argument
393 assert_param(IS_LL_I2S_MODE(I2S_InitStruct->Mode)); in LL_I2S_Init()
394 assert_param(IS_LL_I2S_STANDARD(I2S_InitStruct->Standard)); in LL_I2S_Init()
395 assert_param(IS_LL_I2S_DATAFORMAT(I2S_InitStruct->DataFormat)); in LL_I2S_Init()
396 assert_param(IS_LL_I2S_MCLK_OUTPUT(I2S_InitStruct->MCLKOutput)); in LL_I2S_Init()
397 assert_param(IS_LL_I2S_AUDIO_FREQ(I2S_InitStruct->AudioFreq)); in LL_I2S_Init()
398 assert_param(IS_LL_I2S_CPOL(I2S_InitStruct->ClockPolarity)); in LL_I2S_Init()
413 I2S_InitStruct->Mode | I2S_InitStruct->Standard | in LL_I2S_Init()
414 I2S_InitStruct->DataFormat | I2S_InitStruct->ClockPolarity | in LL_I2S_Init()
426 if (I2S_InitStruct->AudioFreq != LL_I2S_AUDIOFREQ_DEFAULT) in LL_I2S_Init()
[all …]
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_ll_spi.c569 ErrorStatus LL_I2S_Init(SPI_TypeDef *SPIx, LL_I2S_InitTypeDef *I2S_InitStruct) in LL_I2S_Init() argument
582 assert_param(IS_LL_I2S_MODE(I2S_InitStruct->Mode)); in LL_I2S_Init()
583 assert_param(IS_LL_I2S_STANDARD(I2S_InitStruct->Standard)); in LL_I2S_Init()
584 assert_param(IS_LL_I2S_DATAFORMAT(I2S_InitStruct->DataFormat)); in LL_I2S_Init()
585 assert_param(IS_LL_I2S_MCLK_OUTPUT(I2S_InitStruct->MCLKOutput)); in LL_I2S_Init()
586 assert_param(IS_LL_I2S_AUDIO_FREQ(I2S_InitStruct->AudioFreq)); in LL_I2S_Init()
587 assert_param(IS_LL_I2S_CKPOL(I2S_InitStruct->ClockPolarity)); in LL_I2S_Init()
608 I2S_InitStruct->Mode | I2S_InitStruct->Standard | in LL_I2S_Init()
609 I2S_InitStruct->DataFormat | I2S_InitStruct->ClockPolarity | in LL_I2S_Init()
610 I2S_InitStruct->MCLKOutput | SPI_I2SCFGR_I2SMOD); in LL_I2S_Init()
[all …]
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_ll_spi.c571 ErrorStatus LL_I2S_Init(SPI_TypeDef *SPIx, LL_I2S_InitTypeDef *I2S_InitStruct) in LL_I2S_Init() argument
584 assert_param(IS_LL_I2S_MODE(I2S_InitStruct->Mode)); in LL_I2S_Init()
585 assert_param(IS_LL_I2S_STANDARD(I2S_InitStruct->Standard)); in LL_I2S_Init()
586 assert_param(IS_LL_I2S_DATAFORMAT(I2S_InitStruct->DataFormat)); in LL_I2S_Init()
587 assert_param(IS_LL_I2S_MCLK_OUTPUT(I2S_InitStruct->MCLKOutput)); in LL_I2S_Init()
588 assert_param(IS_LL_I2S_AUDIO_FREQ(I2S_InitStruct->AudioFreq)); in LL_I2S_Init()
589 assert_param(IS_LL_I2S_CKPOL(I2S_InitStruct->ClockPolarity)); in LL_I2S_Init()
610 I2S_InitStruct->Mode | I2S_InitStruct->Standard | in LL_I2S_Init()
611 I2S_InitStruct->DataFormat | I2S_InitStruct->ClockPolarity | in LL_I2S_Init()
612 I2S_InitStruct->MCLKOutput | SPI_I2SCFGR_I2SMOD); in LL_I2S_Init()
[all …]
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_ll_spi.c569 ErrorStatus LL_I2S_Init(SPI_TypeDef *SPIx, const LL_I2S_InitTypeDef *I2S_InitStruct) in LL_I2S_Init() argument
585 assert_param(IS_LL_I2S_MODE(I2S_InitStruct->Mode)); in LL_I2S_Init()
586 assert_param(IS_LL_I2S_STANDARD(I2S_InitStruct->Standard)); in LL_I2S_Init()
587 assert_param(IS_LL_I2S_DATAFORMAT(I2S_InitStruct->DataFormat)); in LL_I2S_Init()
588 assert_param(IS_LL_I2S_MCLK_OUTPUT(I2S_InitStruct->MCLKOutput)); in LL_I2S_Init()
589 assert_param(IS_LL_I2S_AUDIO_FREQ(I2S_InitStruct->AudioFreq)); in LL_I2S_Init()
590 assert_param(IS_LL_I2S_CKPOL(I2S_InitStruct->ClockPolarity)); in LL_I2S_Init()
611 I2S_InitStruct->Mode | I2S_InitStruct->Standard | in LL_I2S_Init()
612 I2S_InitStruct->DataFormat | I2S_InitStruct->ClockPolarity | in LL_I2S_Init()
613 I2S_InitStruct->MCLKOutput | SPI_I2SCFGR_I2SMOD); in LL_I2S_Init()
[all …]
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_ll_spi.c568 ErrorStatus LL_I2S_Init(SPI_TypeDef *SPIx, const LL_I2S_InitTypeDef *I2S_InitStruct) in LL_I2S_Init() argument
584 assert_param(IS_LL_I2S_MODE(I2S_InitStruct->Mode)); in LL_I2S_Init()
585 assert_param(IS_LL_I2S_STANDARD(I2S_InitStruct->Standard)); in LL_I2S_Init()
586 assert_param(IS_LL_I2S_DATAFORMAT(I2S_InitStruct->DataFormat)); in LL_I2S_Init()
587 assert_param(IS_LL_I2S_MCLK_OUTPUT(I2S_InitStruct->MCLKOutput)); in LL_I2S_Init()
588 assert_param(IS_LL_I2S_AUDIO_FREQ(I2S_InitStruct->AudioFreq)); in LL_I2S_Init()
589 assert_param(IS_LL_I2S_CKPOL(I2S_InitStruct->ClockPolarity)); in LL_I2S_Init()
610 I2S_InitStruct->Mode | I2S_InitStruct->Standard | in LL_I2S_Init()
611 I2S_InitStruct->DataFormat | I2S_InitStruct->ClockPolarity | in LL_I2S_Init()
612 I2S_InitStruct->MCLKOutput | SPI_I2SCFGR_I2SMOD); in LL_I2S_Init()
[all …]
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_ll_spi.c569 ErrorStatus LL_I2S_Init(SPI_TypeDef *SPIx, const LL_I2S_InitTypeDef *I2S_InitStruct) in LL_I2S_Init() argument
585 assert_param(IS_LL_I2S_MODE(I2S_InitStruct->Mode)); in LL_I2S_Init()
586 assert_param(IS_LL_I2S_STANDARD(I2S_InitStruct->Standard)); in LL_I2S_Init()
587 assert_param(IS_LL_I2S_DATAFORMAT(I2S_InitStruct->DataFormat)); in LL_I2S_Init()
588 assert_param(IS_LL_I2S_MCLK_OUTPUT(I2S_InitStruct->MCLKOutput)); in LL_I2S_Init()
589 assert_param(IS_LL_I2S_AUDIO_FREQ(I2S_InitStruct->AudioFreq)); in LL_I2S_Init()
590 assert_param(IS_LL_I2S_CKPOL(I2S_InitStruct->ClockPolarity)); in LL_I2S_Init()
611 I2S_InitStruct->Mode | I2S_InitStruct->Standard | in LL_I2S_Init()
612 I2S_InitStruct->DataFormat | I2S_InitStruct->ClockPolarity | in LL_I2S_Init()
613 I2S_InitStruct->MCLKOutput | SPI_I2SCFGR_I2SMOD); in LL_I2S_Init()
[all …]
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_ll_spi.h1996 ErrorStatus LL_I2S_Init(SPI_TypeDef *SPIx, LL_I2S_InitTypeDef *I2S_InitStruct);
1997 void LL_I2S_StructInit(LL_I2S_InitTypeDef *I2S_InitStruct);
2000 ErrorStatus LL_I2S_InitFullDuplex(SPI_TypeDef *I2Sxext, LL_I2S_InitTypeDef *I2S_InitStruct);
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_ll_spi.h2220 ErrorStatus LL_I2S_Init(SPI_TypeDef *SPIx, LL_I2S_InitTypeDef *I2S_InitStruct);
2221 void LL_I2S_StructInit(LL_I2S_InitTypeDef *I2S_InitStruct);
2224 ErrorStatus LL_I2S_InitFullDuplex(SPI_TypeDef *I2Sxext, LL_I2S_InitTypeDef *I2S_InitStruct);
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_ll_spi.h1997 ErrorStatus LL_I2S_Init(SPI_TypeDef *SPIx, LL_I2S_InitTypeDef *I2S_InitStruct);
1998 void LL_I2S_StructInit(LL_I2S_InitTypeDef *I2S_InitStruct);
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_ll_spi.h1976 ErrorStatus LL_I2S_Init(SPI_TypeDef *SPIx, LL_I2S_InitTypeDef *I2S_InitStruct);
1977 void LL_I2S_StructInit(LL_I2S_InitTypeDef *I2S_InitStruct);
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_ll_spi.h1922 ErrorStatus LL_I2S_Init(SPI_TypeDef *SPIx, LL_I2S_InitTypeDef *I2S_InitStruct);
1923 void LL_I2S_StructInit(LL_I2S_InitTypeDef *I2S_InitStruct);
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_ll_spi.h1971 ErrorStatus LL_I2S_Init(SPI_TypeDef *SPIx, LL_I2S_InitTypeDef *I2S_InitStruct);
1972 void LL_I2S_StructInit(LL_I2S_InitTypeDef *I2S_InitStruct);
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_ll_spi.h2255 ErrorStatus LL_I2S_Init(SPI_TypeDef *SPIx, LL_I2S_InitTypeDef *I2S_InitStruct);
2256 void LL_I2S_StructInit(LL_I2S_InitTypeDef *I2S_InitStruct);

12