HAL + 0/7 examples
CodeScope will show references to __HAL_I2S_ENABLE from the following samples and libraries:
Drivers
Boards
Examples
STM32F412G-Discovery
Examples
DFSDM
STM32F413H-Discovery
Examples
DFSDM
 
Symbols
loading...
Files
loading...

__HAL_I2S_ENABLE macro

Enable the specified SPI peripheral (in I2S mode).

Syntax

#define __HAL_I2S_ENABLE(__HANDLE__) (SET_BIT((__HANDLE__)->Instance->I2SCFGR, SPI_I2SCFGR_I2SE))

Arguments

__HANDLE__

specifies the I2S Handle.

Return value

None

Examples

__HAL_I2S_ENABLE is referenced by 7 libraries and example projects.

References

LocationText
stm32f4xx_hal_i2s.h:347
#define __HAL_I2S_ENABLE(__HANDLE__) (SET_BIT((__HANDLE__)->Instance->I2SCFGR, SPI_I2SCFGR_I2SE))
stm32f4xx_hal_i2s.c:884
__HAL_I2S_ENABLE(hi2s);
stm32f4xx_hal_i2s.c:1001
__HAL_I2S_ENABLE(hi2s);
stm32f4xx_hal_i2s.c:1102
__HAL_I2S_ENABLE(hi2s);
stm32f4xx_hal_i2s.c:1168
__HAL_I2S_ENABLE(hi2s);
stm32f4xx_hal_i2s.c:1252
__HAL_I2S_ENABLE(hi2s);
stm32f4xx_hal_i2s.c:1349
__HAL_I2S_ENABLE(hi2s);
stm32f4xx_hal_i2s.c:1448
__HAL_I2S_ENABLE(hi2s);
stm32f4xx_hal_i2s_ex.c:265
__HAL_I2S_ENABLE(hi2s);
stm32f4xx_hal_i2s_ex.c:338
__HAL_I2S_ENABLE(hi2s);
stm32f4xx_hal_i2s_ex.c:517
__HAL_I2S_ENABLE(hi2s);
stm32f4xx_hal_i2s_ex.c:631
__HAL_I2S_ENABLE(hi2s);
stm32f4xx_hal_i2s_ex.c:663
__HAL_I2S_ENABLE(hi2s);