Home
last modified time | relevance | path

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

/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/src/
A Dstm32f4xx_spi.c358 assert_param(IS_I2S_MODE(I2S_InitStruct->I2S_Mode)); in I2S_Init()
474 tmpreg |= (uint16_t)((uint16_t)SPI_I2SCFGR_I2SMOD | (uint16_t)(I2S_InitStruct->I2S_Mode | \ in I2S_Init()
519 I2S_InitStruct->I2S_Mode = I2S_Mode_SlaveTx; 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()
/lk-master/external/platform/stm32f1xx/STM32F10x_StdPeriph_Driver/src/
A Dstm32f10x_spi.c227 assert_param(IS_I2S_MODE(I2S_InitStruct->I2S_Mode)); in I2S_Init()
356 tmpreg |= (uint16_t)(I2S_Mode_Select | (uint16_t)(I2S_InitStruct->I2S_Mode | \ in I2S_Init()
401 I2S_InitStruct->I2S_Mode = I2S_Mode_SlaveTx; in I2S_StructInit()
/lk-master/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/src/
A Dstm32f2xx_spi.c290 assert_param(IS_I2S_MODE(I2S_InitStruct->I2S_Mode)); in I2S_Init()
399 tmpreg |= (uint16_t)((uint16_t)SPI_I2SCFGR_I2SMOD | (uint16_t)(I2S_InitStruct->I2S_Mode | \ in I2S_Init()
444 I2S_InitStruct->I2S_Mode = I2S_Mode_SlaveTx; in I2S_StructInit()
/lk-master/external/platform/stm32f1xx/STM32F10x_StdPeriph_Driver/inc/
A Dstm32f10x_spi.h89 uint16_t I2S_Mode; /*!< Specifies the I2S operating mode. member
/lk-master/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/inc/
A Dstm32f2xx_spi.h94 uint16_t I2S_Mode; /*!< Specifies the I2S operating mode. member
/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/inc/
A Dstm32f4xx_spi.h94 uint16_t I2S_Mode; /*!< Specifies the I2S operating mode. member

Completed in 12 milliseconds