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

SAI_FS_ACTIVE_LOW macro

Syntax

#define SAI_FS_ACTIVE_LOW 0x00000000U

Examples

SAI_FS_ACTIVE_LOW is referenced by 6 libraries and example projects.

References

LocationText
stm32f4xx_hal_sai.h:434
#define SAI_FS_ACTIVE_LOW 0x00000000U
stm32f4xx_hal_sai.c:1980
hsai->FrameInit.FSPolarity = SAI_FS_ACTIVE_LOW;
stm32f4xx_hal_sai.h:855
#define IS_SAI_BLOCK_FS_POLARITY(POLARITY) (((POLARITY) == SAI_FS_ACTIVE_LOW) || \