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

IS_SAI_SLOT_ACTIVE macro

Syntax

#define IS_SAI_SLOT_ACTIVE(ACTIVE) ((ACTIVE) <= SAI_SLOTACTIVE_ALL)

Arguments

ACTIVE

References

LocationText
stm32f4xx_hal_sai.h:842
#define IS_SAI_SLOT_ACTIVE(ACTIVE) ((ACTIVE) <= SAI_SLOTACTIVE_ALL)
stm32f4xx_hal_sai.c:420
assert_param(IS_SAI_SLOT_ACTIVE(hsai->SlotInit.SlotActive));