STM32F439xx HAL User Manual
Defines
I2S Clock Polarity
I2S Exported Constants

Defines

#define I2S_CPOL_LOW   (0x00000000U)
#define I2S_CPOL_HIGH   (SPI_I2SCFGR_CKPOL)

Define Documentation

#define I2S_CPOL_HIGH   (SPI_I2SCFGR_CKPOL)

Definition at line 242 of file stm32f4xx_hal_i2s.h.

#define I2S_CPOL_LOW   (0x00000000U)

Definition at line 241 of file stm32f4xx_hal_i2s.h.