STM32F479xx HAL User Manual
Functions
stm32f4xx_hal_sai_ex.c File Reference

SAI Extension HAL module driver. This file provides firmware functions to manage the following functionalities of SAI extension peripheral: + Extension features functions. More...

#include "stm32f4xx_hal.h"

Go to the source code of this file.

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.

Detailed Description

SAI Extension HAL module driver. This file provides firmware functions to manage the following functionalities of SAI extension peripheral: + Extension features functions.

Author:
MCD Application Team
  ==============================================================================
               ##### SAI peripheral extension features  #####
  ==============================================================================

  [..] Comparing to other previous devices, the SAI interface for STM32F446xx
       devices contains the following additional features :

       (+) Possibility to be clocked from PLLR

                     ##### How to use this driver #####
  ==============================================================================
  [..] This driver provides functions to manage several sources to clock SAI

  
Attention:

© Copyright (c) 2017 STMicroelectronics. All rights reserved.

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.c.