HAL + 0/4 examples
CodeScope will show references to I2S_InitTypeDef::FullDuplexMode from the following samples and libraries:
Drivers
Boards
Examples
STM32F412G-Discovery
Examples
DFSDM
STM32F413H-Discovery
Examples
DFSDM
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALI2S_InitTypeDef::FullDuplexMode

I2S_InitTypeDef::FullDuplexMode field

Specifies the I2S FullDuplex mode. This parameter can be a value of I2S_FullDuplex_Mode

Syntax

uint32_t FullDuplexMode;

Examples

I2S_InitTypeDef::FullDuplexMode is referenced by 4 libraries and example projects.

References

LocationReferrerText
stm32f4xx_hal_i2s.h:68
uint32_t FullDuplexMode; /*!< Specifies the I2S FullDuplex mode.
stm32f4xx_hal_i2s.c:445HAL_I2S_Init()
assert_param(IS_I2S_FULLDUPLEX_MODE(hi2s->Init.FullDuplexMode));
stm32f4xx_hal_i2s.c:447HAL_I2S_Init()
if (hi2s->Init.FullDuplexMode == I2S_FULLDUPLEXMODE_ENABLE)

Data Use

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