Functions | |
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) |
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 | ) |
SAI4_A_Block_A GPIO Configuration PE4 ---—> SAI4_D2 PE5 ---—> SAI4_CK2 PD6 ---—> SAI4_D1
Definition at line 456 of file stm32h7xx_hal_msp.c.
void HAL_SAI_MspInit | ( | SAI_HandleTypeDef * | hsai | ) |
SAI4_A_Block_A GPIO Configuration PE4 ---—> SAI4_D2 PE5 ---—> SAI4_CK2 PD6 ---—> SAI4_D1
Definition at line 398 of file stm32h7xx_hal_msp.c.