HAL + 0/6 examples
CodeScope will show references to SAI_FREE_PROTOCOL from the following samples and libraries:
Drivers
Boards
Examples
STM32446E_EVAL
Examples
SAI
STM32469I_EVAL
Examples
SAI
 
Symbols
loading...
Files
loading...

SAI_FREE_PROTOCOL macro

Syntax

#define SAI_FREE_PROTOCOL 0x00000000U

Examples

SAI_FREE_PROTOCOL is referenced by 6 libraries and example projects.

References

LocationText
stm32f4xx_hal_sai.h:355
#define SAI_FREE_PROTOCOL 0x00000000U
stm32f4xx_hal_sai.c:1954
hsai->Init.Protocol = SAI_FREE_PROTOCOL;
stm32f4xx_hal_sai.c:2046
hsai->Init.Protocol = SAI_FREE_PROTOCOL;
stm32f4xx_hal_sai.h:791
#define IS_SAI_BLOCK_PROTOCOL(PROTOCOL) (((PROTOCOL) == SAI_FREE_PROTOCOL) || \