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

Macros

#define SAI_I2S_STANDARD   0U
 
#define SAI_I2S_MSBJUSTIFIED   1U
 
#define SAI_I2S_LSBJUSTIFIED   2U
 
#define SAI_PCM_LONG   3U
 
#define SAI_PCM_SHORT   4U
 

Detailed Description

Macro Definition Documentation

◆ SAI_I2S_STANDARD

#define SAI_I2S_STANDARD   0U

#include <stm32f4xx_hal_sai.h>

Definition at line 304 of file stm32f4xx_hal_sai.h.

Referenced by HAL_SAI_InitProtocol(), and SAI_InitI2S().

◆ SAI_I2S_MSBJUSTIFIED

#define SAI_I2S_MSBJUSTIFIED   1U

#include <stm32f4xx_hal_sai.h>

Definition at line 305 of file stm32f4xx_hal_sai.h.

Referenced by HAL_SAI_InitProtocol().

◆ SAI_I2S_LSBJUSTIFIED

#define SAI_I2S_LSBJUSTIFIED   2U

#include <stm32f4xx_hal_sai.h>

Definition at line 306 of file stm32f4xx_hal_sai.h.

Referenced by HAL_SAI_InitProtocol(), and SAI_InitI2S().

◆ SAI_PCM_LONG

#define SAI_PCM_LONG   3U

#include <stm32f4xx_hal_sai.h>

Definition at line 307 of file stm32f4xx_hal_sai.h.

Referenced by HAL_SAI_InitProtocol().

◆ SAI_PCM_SHORT

#define SAI_PCM_SHORT   4U

#include <stm32f4xx_hal_sai.h>

Definition at line 308 of file stm32f4xx_hal_sai.h.

Referenced by HAL_SAI_InitProtocol(), and SAI_InitPCM().