STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Functions
SAI_Exported_Functions_Group1

Functions

HAL_StatusTypeDef HAL_SAI_InitProtocol (SAI_HandleTypeDef *hsai, uint32_t protocol, uint32_t datasize, uint32_t nbslot)
 
HAL_StatusTypeDef HAL_SAI_Init (SAI_HandleTypeDef *hsai)
 
HAL_StatusTypeDef HAL_SAI_DeInit (SAI_HandleTypeDef *hsai)
 
void HAL_SAI_MspInit (SAI_HandleTypeDef *hsai)
 SAI MSP Init. More...
 
void HAL_SAI_MspDeInit (SAI_HandleTypeDef *hsai)
 

Detailed Description

Function Documentation

HAL_StatusTypeDef HAL_SAI_DeInit ( SAI_HandleTypeDef hsai)
HAL_StatusTypeDef HAL_SAI_Init ( SAI_HandleTypeDef hsai)
HAL_StatusTypeDef HAL_SAI_InitProtocol ( SAI_HandleTypeDef hsai,
uint32_t  protocol,
uint32_t  datasize,
uint32_t  nbslot 
)
void HAL_SAI_MspDeInit ( SAI_HandleTypeDef hsai)
void HAL_SAI_MspInit ( SAI_HandleTypeDef hsai)

SAI MSP Init.

Parameters
hsai: pointer to a SAI_HandleTypeDef structure that contains the configuration information for SAI module.
Return values
None

Definition at line 75 of file stm32f7xx_hal_msp.c.