HAL
IS_SAI_BLOCK_FS_POLARITY is only used within HAL.
 
Symbols
loading...
Files
loading...

IS_SAI_BLOCK_FS_POLARITY macro

Syntax

#define IS_SAI_BLOCK_FS_POLARITY(POLARITY) (((POLARITY) == SAI_FS_ACTIVE_LOW) || \     ((POLARITY) == SAI_FS_ACTIVE_HIGH))

Arguments

POLARITY

References

LocationText
stm32f4xx_hal_sai.h:855
#define IS_SAI_BLOCK_FS_POLARITY(POLARITY) (((POLARITY) == SAI_FS_ACTIVE_LOW) || \
stm32f4xx_hal_sai.c:413
assert_param(IS_SAI_BLOCK_FS_POLARITY(hsai->FrameInit.FSPolarity));