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

IS_SAI_BLOCK_NODIVIDER macro

Syntax

#define IS_SAI_BLOCK_NODIVIDER(NODIVIDER) (((NODIVIDER) == SAI_MASTERDIVIDER_ENABLE) || \     ((NODIVIDER) == SAI_MASTERDIVIDER_DISABLE))

Arguments

NODIVIDER

References

LocationText
stm32f4xx_hal_sai.h:816
#define IS_SAI_BLOCK_NODIVIDER(NODIVIDER) (((NODIVIDER) == SAI_MASTERDIVIDER_ENABLE) || \
stm32f4xx_hal_sai.c:403
assert_param(IS_SAI_BLOCK_NODIVIDER(hsai->Init.NoDivider));