Home
last modified time | relevance | path

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

/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/inc/
A Dstm32f4xx_spi.h111 }I2S_InitTypeDef; typedef
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);
/lk-master/external/platform/stm32f1xx/STM32F10x_StdPeriph_Driver/inc/
A Dstm32f10x_spi.h106 }I2S_InitTypeDef; typedef
447 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.h111 }I2S_InitTypeDef; typedef
481 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_hal_i2s.h88 }I2S_InitTypeDef; typedef
111 I2S_InitTypeDef Init; /*!< I2S communication parameters */
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_hal_i2s.h86 } I2S_InitTypeDef; typedef
109 I2S_InitTypeDef Init; /* I2S communication parameters */
/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/src/
A 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()
/lk-master/external/platform/stm32f1xx/STM32F10x_StdPeriph_Driver/src/
A Dstm32f10x_spi.c218 void I2S_Init(SPI_TypeDef* SPIx, I2S_InitTypeDef* I2S_InitStruct) in I2S_Init()
397 void I2S_StructInit(I2S_InitTypeDef* I2S_InitStruct) in I2S_StructInit()
/lk-master/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/src/
A Dstm32f2xx_spi.c280 void I2S_Init(SPI_TypeDef* SPIx, I2S_InitTypeDef* I2S_InitStruct) in I2S_Init()
440 void I2S_StructInit(I2S_InitTypeDef* I2S_InitStruct) in I2S_StructInit()

Completed in 15 milliseconds