STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
Loading...
Searching...
No Matches
Collaboration diagram for SAI Block Protocol:

Macros

#define SAI_FREE_PROTOCOL   0x00000000U
 
#define SAI_SPDIF_PROTOCOL   ((uint32_t)SAI_xCR1_PRTCFG_0)
 
#define SAI_AC97_PROTOCOL   ((uint32_t)SAI_xCR1_PRTCFG_1)
 

Detailed Description

Macro Definition Documentation

◆ SAI_FREE_PROTOCOL

#define SAI_FREE_PROTOCOL   0x00000000U

#include <stm32f4xx_hal_sai.h>

Definition at line 355 of file stm32f4xx_hal_sai.h.

Referenced by SAI_InitI2S(), and SAI_InitPCM().

◆ SAI_SPDIF_PROTOCOL

#define SAI_SPDIF_PROTOCOL   ((uint32_t)SAI_xCR1_PRTCFG_0)

#include <stm32f4xx_hal_sai.h>

Definition at line 356 of file stm32f4xx_hal_sai.h.

Referenced by HAL_SAI_Init().

◆ SAI_AC97_PROTOCOL

#define SAI_AC97_PROTOCOL   ((uint32_t)SAI_xCR1_PRTCFG_1)

#include <stm32f4xx_hal_sai.h>

Definition at line 357 of file stm32f4xx_hal_sai.h.

Referenced by SAI_InterruptFlag().