STM32F439xx HAL User Manual
Defines
I2S Private Constants
I2S

Defines

#define I2S_I2SCFGR_CLEAR_MASK
#define I2S_I2SPR_CLEAR_MASK   0x0002U

Define Documentation

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

Definition at line 336 of file stm32f4xx_ll_spi.c.

Referenced by LL_I2S_Init(), and LL_I2S_InitFullDuplex().

#define I2S_I2SPR_CLEAR_MASK   0x0002U

Definition at line 340 of file stm32f4xx_ll_spi.c.

Referenced by LL_I2S_InitFullDuplex().