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

IS_SAI_BLOCK_PROTOCOL macro

Syntax

#define IS_SAI_BLOCK_PROTOCOL(PROTOCOL) (((PROTOCOL) == SAI_FREE_PROTOCOL) || \     ((PROTOCOL) == SAI_AC97_PROTOCOL) || \     ((PROTOCOL) == SAI_SPDIF_PROTOCOL))

Arguments

PROTOCOL

References

LocationText
stm32f4xx_hal_sai.h:791
#define IS_SAI_BLOCK_PROTOCOL(PROTOCOL) (((PROTOCOL) == SAI_FREE_PROTOCOL) || \
stm32f4xx_hal_sai.c:395
assert_param(IS_SAI_BLOCK_PROTOCOL(hsai->Init.Protocol));