STM32H735xx HAL User Manual
Defines
Clock Polarity
I2S Exported Constants

Defines

#define LL_I2S_POLARITY_LOW   (0x00000000UL)
#define LL_I2S_POLARITY_HIGH   (SPI_I2SCFGR_CKPOL)

Define Documentation

#define LL_I2S_POLARITY_HIGH   (SPI_I2SCFGR_CKPOL)

Definition at line 2686 of file stm32h7xx_ll_spi.h.

#define LL_I2S_POLARITY_LOW   (0x00000000UL)

Definition at line 2685 of file stm32h7xx_ll_spi.h.

Referenced by LL_I2S_StructInit().