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

IS_SAI_BLOCK_FIRST_BIT macro

Syntax

#define IS_SAI_BLOCK_FIRST_BIT(BIT) (((BIT) == SAI_FIRSTBIT_MSB) || \     ((BIT) == SAI_FIRSTBIT_LSB))

Arguments

BIT

References

LocationText
stm32f4xx_hal_sai.h:802
#define IS_SAI_BLOCK_FIRST_BIT(BIT) (((BIT) == SAI_FIRSTBIT_MSB) || \
stm32f4xx_hal_sai.c:399
assert_param(IS_SAI_BLOCK_FIRST_BIT(hsai->Init.FirstBit));