Searched refs:I2S_CPOL_Low (Results 1 – 2 of 2) sorted by relevance
348 #define I2S_CPOL_Low ((uint16_t)0x0000) macro350 #define IS_I2S_CPOL(CPOL) (((CPOL) == I2S_CPOL_Low) || \
534 I2S_InitStruct->I2S_CPOL = I2S_CPOL_Low; in I2S_StructInit()