|
STM32F479xx HAL User Manual
|
Header file of SAI Extension HAL module. More...
#include "stm32f4xx_hal_def.h"Go to the source code of this file.
Defines | |
| #define | SAI_CLKSOURCE_PLLSAI 0x00000000U |
| #define | SAI_CLKSOURCE_PLLI2S 0x00100000U |
| #define | SAI_CLKSOURCE_EXT 0x00200000U |
| #define | SAI_CLKSOURCE_NA 0x00400000U |
| #define | IS_SAI_CLK_SOURCE(SOURCE) |
Functions | |
| void | SAI_BlockSynchroConfig (SAI_HandleTypeDef *hsai) |
| Configure SAI Block synchronization mode. | |
| uint32_t | SAI_GetInputClock (SAI_HandleTypeDef *hsai) |
| Get SAI Input Clock based on SAI source clock selection. | |
Header file of SAI Extension HAL module.
This software component is licensed by ST under BSD 3-Clause license, the "License"; You may not use this file except in compliance with the License. You may obtain a copy of the License at: opensource.org/licenses/BSD-3-Clause
Definition in file stm32f4xx_hal_sai_ex.h.
1.7.6.1