STM32F4xx_HAL_Driver  1.8.3

Extension features functions. More...

+ Collaboration diagram for Extension features functions:

Functions

void SAI_BlockSynchroConfig (const SAI_HandleTypeDef *hsai)
 Configure SAI Block synchronization mode. More...
 
uint32_t SAI_GetInputClock (const SAI_HandleTypeDef *hsai)
 Get SAI Input Clock based on SAI source clock selection. More...
 

Detailed Description

Extension features functions.

 ===============================================================================
                       ##### Extension features Functions #####
 ===============================================================================
    [..]
    This subsection provides a set of functions allowing to manage the possible
    SAI clock sources.

Function Documentation

◆ SAI_BlockSynchroConfig()

void SAI_BlockSynchroConfig ( const SAI_HandleTypeDef hsai)

Configure SAI Block synchronization mode.

Parameters
hsaipointer to a SAI_HandleTypeDef structure that contains the configuration information for SAI module.
Return values
SAIClock Input

Definition at line 98 of file stm32f4xx_hal_sai_ex.c.

◆ SAI_GetInputClock()

uint32_t SAI_GetInputClock ( const SAI_HandleTypeDef hsai)

Get SAI Input Clock based on SAI source clock selection.

Parameters
hsaipointer to a SAI_HandleTypeDef structure that contains the configuration information for SAI module.
Return values
SAIClock Input

Definition at line 161 of file stm32f4xx_hal_sai_ex.c.