HAL
HAL_SAI_IRQHandler() is only used within HAL.
 
Symbols
loading...
Files
loading...

HAL_SAI_IRQHandler() function

Handle SAI interrupt request.

Syntax

void HAL_SAI_IRQHandler(SAI_HandleTypeDef *hsai);
Implemented in stm32f4xx_hal_sai.c:1601

Arguments

hsai

pointer to a SAI_HandleTypeDef structure that contains the configuration information for SAI module.

Return value

None

References

LocationText
stm32f4xx_hal_sai.c:1601
void HAL_SAI_IRQHandler(SAI_HandleTypeDef *hsai)
stm32f4xx_hal_sai.h:737
void HAL_SAI_IRQHandler(SAI_HandleTypeDef *hsai);