Home
last modified time | relevance | path

Searched refs:IS_I2S_MODE (Results 1 – 2 of 2) sorted by relevance

/device/soc/st/stm32f407zg/uniproton/board/common/STM32F4xx_StdPeriph_Driver/src/
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()
/device/soc/st/stm32f407zg/uniproton/board/common/STM32F4xx_StdPeriph_Driver/inc/
Dstm32f4xx_spi.h267 #define IS_I2S_MODE(MODE) (((MODE) == I2S_Mode_SlaveTx) || \ macro