HAL + 0/6 examples
CodeScope will show references to SAI_FIRSTBIT_MSB from the following samples and libraries:
Drivers
Boards
Examples
STM32446E_EVAL
Examples
SAI
STM32469I_EVAL
Examples
SAI
 
Symbols
loading...
Files
loading...

SAI_FIRSTBIT_MSB macro

Syntax

#define SAI_FIRSTBIT_MSB 0x00000000U

Examples

SAI_FIRSTBIT_MSB is referenced by 6 libraries and example projects.

References

LocationText
stm32f4xx_hal_sai.h:378
#define SAI_FIRSTBIT_MSB 0x00000000U
stm32f4xx_hal_sai.c:1955
hsai->Init.FirstBit = SAI_FIRSTBIT_MSB;
stm32f4xx_hal_sai.c:2047
hsai->Init.FirstBit = SAI_FIRSTBIT_MSB;
stm32f4xx_hal_sai.h:802
#define IS_SAI_BLOCK_FIRST_BIT(BIT) (((BIT) == SAI_FIRSTBIT_MSB) || \