Searched refs:IS_I2S_STANDARD (Results 1 – 2 of 2) sorted by relevance
359 assert_param(IS_I2S_STANDARD(I2S_InitStruct->I2S_Standard)); in I2S_Init()741 assert_param(IS_I2S_STANDARD(I2S_InitStruct->I2S_Standard)); in I2S_FullDuplexConfig()
285 #define IS_I2S_STANDARD(STANDARD) (((STANDARD) == I2S_Standard_Phillips) || \ macro