Home
last modified time | relevance | path

Searched defs:I2S_InitStruct (Results 1 – 2 of 2) sorted by relevance

/device/soc/st/stm32f4xx/sdk/Drivers/STM32F4xx_HAL_Driver/Src/
Dstm32f4xx_ll_spi.c400 ErrorStatus LL_I2S_Init(SPI_TypeDef *SPIx, LL_I2S_InitTypeDef *I2S_InitStruct) in LL_I2S_Init()
507 void LL_I2S_StructInit(LL_I2S_InitTypeDef *I2S_InitStruct) in LL_I2S_StructInit()
555 ErrorStatus LL_I2S_InitFullDuplex(SPI_TypeDef *I2Sxext, LL_I2S_InitTypeDef *I2S_InitStruct) in LL_I2S_InitFullDuplex()
/device/soc/st/stm32f407zg/uniproton/board/common/STM32F4xx_StdPeriph_Driver/src/
Dstm32f4xx_spi.c348 void I2S_Init(SPI_TypeDef* SPIx, I2S_InitTypeDef* I2S_InitStruct) in I2S_Init()
515 void I2S_StructInit(I2S_InitTypeDef* I2S_InitStruct) in I2S_StructInit()
734 void I2S_FullDuplexConfig(SPI_TypeDef* I2Sxext, I2S_InitTypeDef* I2S_InitStruct) in I2S_FullDuplexConfig()