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

IS_SAI_BLOCK_SLOT_SIZE macro

Syntax

#define IS_SAI_BLOCK_SLOT_SIZE(SIZE) (((SIZE) == SAI_SLOTSIZE_DATASIZE) || \     ((SIZE) == SAI_SLOTSIZE_16B) || \     ((SIZE) == SAI_SLOTSIZE_32B))

Arguments

SIZE

References

LocationText
stm32f4xx_hal_sai.h:846
#define IS_SAI_BLOCK_SLOT_SIZE(SIZE) (((SIZE) == SAI_SLOTSIZE_DATASIZE) || \
stm32f4xx_hal_sai.c:418
assert_param(IS_SAI_BLOCK_SLOT_SIZE(hsai->SlotInit.SlotSize));