Home
last modified time | relevance | path

Searched refs:IS_I2S_MODE (Results 1 – 10 of 10) 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()
740 assert_param(IS_I2S_MODE(I2S_InitStruct->I2S_Mode)); in I2S_FullDuplexConfig()
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/
A Dstm32f0xx_hal_i2s.h171 #define IS_I2S_MODE(MODE) (((MODE) == I2S_MODE_SLAVE_TX) || \ macro
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_hal_i2s.h436 #define IS_I2S_MODE(MODE) (((MODE) == I2S_MODE_SLAVE_TX) || \ macro
/lk-master/external/platform/stm32f1xx/STM32F10x_StdPeriph_Driver/inc/
A Dstm32f10x_spi.h243 #define IS_I2S_MODE(MODE) (((MODE) == I2S_Mode_SlaveTx) || \ macro
/lk-master/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/inc/
A Dstm32f2xx_spi.h246 #define IS_I2S_MODE(MODE) (((MODE) == I2S_Mode_SlaveTx) || \ macro
/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/inc/
A Dstm32f4xx_spi.h267 #define IS_I2S_MODE(MODE) (((MODE) == I2S_Mode_SlaveTx) || \ macro
/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()
/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()
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/
A Dstm32f0xx_hal_i2s.c230 assert_param(IS_I2S_MODE(hi2s->Init.Mode)); in HAL_I2S_Init()
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/
A Dstm32f7xx_hal_i2s.c228 assert_param(IS_I2S_MODE(hi2s->Init.Mode)); in HAL_I2S_Init()

Completed in 18 milliseconds