![]() |
STM32F769IDiscovery
1.00
uDANTE Audio Networking with STM32F7 DISCO board
|
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) |
| 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.
| hsai | : pointer to a SAI_HandleTypeDef structure that contains the configuration information for SAI module. |
| None |
Definition at line 75 of file stm32f7xx_hal_msp.c.
1.8.11