Searched refs:I2S_CPOL_Low (Results 1 – 12 of 12) sorted by relevance
302 #define I2S_CPOL_Low ((uint16_t)0x0000) macro304 #define IS_I2S_CPOL(CPOL) (((CPOL) == I2S_CPOL_Low) || \
314 #define I2S_CPOL_Low ((uint16_t)0x0000) macro316 #define IS_I2S_CPOL(CPOL) (((CPOL) == I2S_CPOL_Low) || \
339 #define I2S_CPOL_Low ((uint16_t)0x0000) macro341 #define IS_I2S_CPOL(CPOL) (((CPOL) == I2S_CPOL_Low) || \
151 #define I2S_CPOL_Low ((uint16_t)0x0000) macro
152 #define I2S_CPOL_Low ((uint16_t)0x0000) macro
203 …I2S_CPOL_Low = 0x0000, ///< The clock is low … enumerator
210 I2S_InitStruct->I2S_CPOL = I2S_CPOL_Low; in I2S_StructInit()
224 I2S_InitStruct->I2S_CPOL = I2S_CPOL_Low; in I2S_StructInit()
354 I2S_InitStruct->I2S_CPOL = I2S_CPOL_Low; in I2S_StructInit()
292 I2S_InitStruct->I2S_CPOL = I2S_CPOL_Low; in I2S_StructInit()
Completed in 32 milliseconds