Home
last modified time | relevance | path

Searched refs:I2S_Standard_Phillips (Results 1 – 6 of 6) sorted by relevance

/lk-master/external/platform/stm32f1xx/STM32F10x_StdPeriph_Driver/inc/
A Dstm32f10x_spi.h255 #define I2S_Standard_Phillips ((uint16_t)0x0000) macro
260 #define IS_I2S_STANDARD(STANDARD) (((STANDARD) == I2S_Standard_Phillips) || \
/lk-master/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/inc/
A Dstm32f2xx_spi.h259 #define I2S_Standard_Phillips ((uint16_t)0x0000) macro
264 #define IS_I2S_STANDARD(STANDARD) (((STANDARD) == I2S_Standard_Phillips) || \
/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/inc/
A Dstm32f4xx_spi.h280 #define I2S_Standard_Phillips ((uint16_t)0x0000) macro
285 #define IS_I2S_STANDARD(STANDARD) (((STANDARD) == I2S_Standard_Phillips) || \
/lk-master/external/platform/stm32f1xx/STM32F10x_StdPeriph_Driver/src/
A Dstm32f10x_spi.c404 I2S_InitStruct->I2S_Standard = I2S_Standard_Phillips; in I2S_StructInit()
/lk-master/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/src/
A Dstm32f2xx_spi.c447 I2S_InitStruct->I2S_Standard = I2S_Standard_Phillips; in I2S_StructInit()
/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/src/
A Dstm32f4xx_spi.c522 I2S_InitStruct->I2S_Standard = I2S_Standard_Phillips; in I2S_StructInit()

Completed in 12 milliseconds