STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
Loading...
Searching...
No Matches

SAI Extension HAL module driver. More...

Collaboration diagram for SAIEx:

Topics

 SAI Clock Source
 
 SAI Private Functions
 Private functions.
 
 SAI Extended Exported Functions
 

Macros

#define IS_SAI_CLK_SOURCE(SOURCE)
 

Detailed Description

SAI Extension HAL module driver.

Macro Definition Documentation

◆ IS_SAI_CLK_SOURCE

#define IS_SAI_CLK_SOURCE ( SOURCE)

#include <stm32f4xx_hal_sai_ex.h>

Value:
(((SOURCE) == SAI_CLKSOURCE_PLLSAI) ||\
((SOURCE) == SAI_CLKSOURCE_EXT)||\
((SOURCE) == SAI_CLKSOURCE_PLLI2S)||\
((SOURCE) == SAI_CLKSOURCE_NA))
#define SAI_CLKSOURCE_NA
#define SAI_CLKSOURCE_PLLI2S
#define SAI_CLKSOURCE_PLLSAI
#define SAI_CLKSOURCE_EXT

Definition at line 93 of file stm32f4xx_hal_sai_ex.h.

Referenced by SAI_GetInputClock().