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

LL_I2S_MODE_SLAVE_TX macro

Slave Tx configuration

Syntax

#define LL_I2S_MODE_SLAVE_TX 0x00000000U

References

LocationText
stm32f4xx_ll_spi.h:1276
#define LL_I2S_MODE_SLAVE_TX 0x00000000U /*!< Slave Tx configuration */
stm32f4xx_ll_spi.c:509
I2S_InitStruct->Mode = LL_I2S_MODE_SLAVE_TX;
stm32f4xx_ll_spi.c:580
if ((I2S_InitStruct->Mode == LL_I2S_MODE_MASTER_TX) || (I2S_InitStruct->Mode == LL_I2S_MODE_SLAVE_TX))
stm32f4xx_ll_spi.c:588
mode = LL_I2S_MODE_SLAVE_TX;