HAL
LL_I2S_MODE_MASTER_RX is only used within HAL.
 
Symbols
loading...
Files
loading...

LL_I2S_MODE_MASTER_RX macro

Master Rx configuration

Syntax

#define LL_I2S_MODE_MASTER_RX (SPI_I2SCFGR_I2SCFG_0 | SPI_I2SCFGR_I2SCFG_1)

References

LocationText
stm32f4xx_ll_spi.h:1279
#define LL_I2S_MODE_MASTER_RX (SPI_I2SCFGR_I2SCFG_0 | SPI_I2SCFGR_I2SCFG_1) /*!< Master Rx configuration */
stm32f4xx_ll_spi.c:586
if ((I2S_InitStruct->Mode == LL_I2S_MODE_MASTER_RX) || (I2S_InitStruct->Mode == LL_I2S_MODE_SLAVE_RX))