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

SAI_SLOTACTIVE_ALL macro

Syntax

#define SAI_SLOTACTIVE_ALL 0x0000FFFFU

References

LocationText
stm32f4xx_hal_sai.h:479
#define SAI_SLOTACTIVE_ALL 0x0000FFFFU
stm32f4xx_hal_sai.c:1968
hsai->SlotInit.SlotActive = SAI_SLOTACTIVE_ALL;
stm32f4xx_hal_sai.c:2064
hsai->SlotInit.SlotActive = SAI_SLOTACTIVE_ALL;
stm32f4xx_hal_sai.h:842
#define IS_SAI_SLOT_ACTIVE(ACTIVE) ((ACTIVE) <= SAI_SLOTACTIVE_ALL)