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

IS_SAI_BLOCK_FS_OFFSET macro

Syntax

#define IS_SAI_BLOCK_FS_OFFSET(OFFSET) (((OFFSET) == SAI_FS_FIRSTBIT) || \     ((OFFSET) == SAI_FS_BEFOREFIRSTBIT))

Arguments

OFFSET

References

LocationText
stm32f4xx_hal_sai.h:852
#define IS_SAI_BLOCK_FS_OFFSET(OFFSET) (((OFFSET) == SAI_FS_FIRSTBIT) || \
stm32f4xx_hal_sai.c:414
assert_param(IS_SAI_BLOCK_FS_OFFSET(hsai->FrameInit.FSOffset));