HAL + 0/12 examples
CodeScope will show references to I2S_InitTypeDef::Mode from the following samples and libraries:
 
Symbols
loading...
Files
loading...

I2S_InitTypeDef::Mode field

Specifies the I2S operating mode. This parameter can be a value of I2S_Mode

Syntax

uint32_t Mode;

Examples

I2S_InitTypeDef::Mode is referenced by 12 libraries and example projects.

References

LocationReferrerText
stm32f4xx_hal_i2s.h:48
uint32_t Mode; /*!< Specifies the I2S operating mode.
stm32f4xx_hal_i2s.c:284HAL_I2S_Init()
assert_param(IS_I2S_MODE(hi2s->Init.Mode));
stm32f4xx_hal_i2s.c:430HAL_I2S_Init()
stm32f4xx_hal_i2s.c:462HAL_I2S_Init()
if ((hi2s->Init.Mode == I2S_MODE_MASTER_TX) || (hi2s->Init.Mode == I2S_MODE_SLAVE_TX))
stm32f4xx_hal_i2s.c:1475HAL_I2S_DMAStop()
if ((hi2s->Init.Mode == I2S_MODE_MASTER_TX) || (hi2s->Init.Mode == I2S_MODE_SLAVE_TX))
stm32f4xx_hal_i2s.c:1539HAL_I2S_DMAStop()
if (hi2s->Init.Mode == I2S_MODE_SLAVE_TX)
stm32f4xx_hal_i2s.c:1557HAL_I2S_DMAStop()
else if ((hi2s->Init.Mode == I2S_MODE_MASTER_RX) || (hi2s->Init.Mode == I2S_MODE_SLAVE_RX))
stm32f4xx_hal_i2s.c:1634HAL_I2S_DMAStop()
stm32f4xx_hal_i2s_ex.c:476HAL_I2SEx_TransmitReceive_IT()
if ((hi2s->Init.Mode == I2S_MODE_MASTER_TX) || (hi2s->Init.Mode == I2S_MODE_SLAVE_TX))
stm32f4xx_hal_i2s_ex.c:685HAL_I2SEx_FullDuplex_IRQHandler()
if ((hi2s->Init.Mode == I2S_MODE_MASTER_TX) || (hi2s->Init.Mode == I2S_MODE_SLAVE_TX))

Data Use

Functions reading I2S_InitTypeDef::Mode
I2S_InitTypeDef::Mode
Type of I2S_InitTypeDef::Mode
I2S_InitTypeDef::Mode
uint32_t
all items filtered out