Searched refs:I2S_CPOL_LOW (Results 1 – 4 of 4) sorted by relevance
101 #define I2S_CPOL_LOW (0x00000000U) macro209 #define IS_I2S_MCLK_CPOL(__CPOL__) (((__CPOL__) == I2S_CPOL_LOW) || \
245 #define I2S_CPOL_LOW (0x00000000U) macro539 #define IS_I2S_CPOL(__CPOL__) (((__CPOL__) == I2S_CPOL_LOW) || \
51 I2S3_Handler.Init.CPOL = I2S_CPOL_LOW; in I2S3_Init()
80 I2S3_Handler.Init.CPOL = I2S_CPOL_LOW; in I2S3_Init()
Completed in 15 milliseconds