STM32H735xx HAL User Manual
Defines
I2S Private Constants
I2S

Defines

#define I2S_I2SCFGR_CLEAR_MASK

Define Documentation

Value:
(SPI_I2SCFGR_CHLEN   | SPI_I2SCFGR_DATLEN | \
                                                      SPI_I2SCFGR_DATFMT  | SPI_I2SCFGR_CKPOL  | \
                                                      SPI_I2SCFGR_I2SSTD  | SPI_I2SCFGR_MCKOE  | \
                                                      SPI_I2SCFGR_I2SCFG  | SPI_I2SCFGR_I2SMOD )

Definition at line 468 of file stm32h7xx_ll_spi.c.

Referenced by LL_I2S_Init().