STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
Header file of SAI Extension HAL module. More...
#include "stm32f4xx_hal_def.h"
Go to the source code of this file.
Macros | |
#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 (const SAI_HandleTypeDef *hsai) |
Configure SAI Block synchronization mode. | |
uint32_t | SAI_GetInputClock (const SAI_HandleTypeDef *hsai) |
Get SAI Input Clock based on SAI source clock selection. | |
Header file of SAI Extension HAL module.
Copyright (c) 2017 STMicroelectronics. All rights reserved.
This software is licensed under terms that can be found in the LICENSE file in the root directory of this software component. If no LICENSE file comes with this software, it is provided AS-IS.
Definition in file stm32f4xx_hal_sai_ex.h.